body {
 background-color: #666699;
 overflow-x: hidden;
 overflow-y: hidden;
}

.website {
display: flex;
justify-content: center;
align-items: center;
margin-top: 218px;
scale: 139%;
}

#top_ad {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 margin-left: -30px;
 margin-bottom: -1px;
 height: 89;
 width: 719;
 scale: 64%;
}

#top_ad_gif {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 margin-left: -30px;
 margin-bottom: -1px;
 height: 89;
 width: 719;
 scale: 64%;
}

#ad_pink{
display: flex;
justify-content: center;
align-items: center;
position: absolute;
width: 543.8;
height: 60;
margin-bottom: 442px;
margin-left: 105px;
background-color: #FFDAD5;
scale: 120%;
}

#ad{
display: flex;
justify-content: center;
align-items: center;
position: absolute;
width: 14;
height: 58;
margin-right: -445px;
margin-bottom: -1px;

}

.main_container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  max-height: fit-content;
}

#navbar {
    width: 759;
    height: 40;
    position: absolute;
    margin-right: 1px;
    margin-bottom: 550px;
}

#barbienav {
    width: 640.8;
    height: 44;
    position: absolute;
    margin-right: -118px;
    margin-bottom: 328px;

}

#landing {
    width: 641;
    height: 326;
    position: absolute;
    margin-left: 118px;
    margin-top: 42px;
    object-fit: cover;

}

#sidebar {
    width: 119;
    height: 440;
    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: 67px;
  margin-left: 30px;

}

a:link {
  color: #ffecf6;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ffecf6;
  background-color: transparent;
  text-decoration: none;
}