body {
 background-color: #FFE6F3;
 overflow-x: hidden;
 overflow-y: hidden;
}

.website {
display: flex;
justify-content: center;
align-items: center;
margin-top: 200px;
scale: 146%;
}

.main_container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  max-height: fit-content;
}

#navbar {
    width: 745;
    height: 40;
    position: absolute;
    margin-bottom: 468px;
}

#landing {
    width: 641;
    height: 358;
    position: absolute;
    margin-left: 104px;
    margin-top: -71px;
    object-fit: cover;

}

#home {
    width: 641;
    height: 308;
    position: absolute;
    margin-top: -71px;
    object-fit: cover;
    scale: 116%;

}

#navbar_home {
    width: 743.5;
    height: 40;
    position: absolute;
    margin-bottom: 468px;
    margin-left: 0.5px;

}

#sidebar {
    width: 104;
    height: 358;
    position: absolute;
    margin-right: 641px;
    margin-top: -71px;

}

#pinkcontainer {
    width: 772;
    height: 383;   
}

#copyright{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 30px;

}

a:link {
  color: #FF66CC;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #FF66CC;
  background-color: transparent;
  text-decoration: none;
}