body {
 background-image: url("images/bgrnd_page.jpg");
 background-color: #f4bcca;
 overflow-x: hidden;
}

.website {
display: flex;
justify-content: center;
align-items: center;
margin-top: 13%;
margin-left: -17px;
scale: 140%;
}

#top_ad {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 margin-left: 222px;
 margin-top: -226px;
 height: 89;
 width: 719;
 scale: 91.5%;
}

#top_ad_container {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 margin-left: 239px;
 margin-top: -229px;
 height: 95;
 width: 714;
 scale: 98%;
}


#right_ad {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 margin-left: 1048px;
 margin-top: -203px;
 height: 600;
 width: 160;
 scale: 88%;

}

#right_ad_container1 {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 margin-left: 1041px;
 margin-top: -210px;
 height: 615;
 width: 174;
 scale: 88%;

}

#right_ad_container2 {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 margin-left: 992px;
 margin-top: -203px;
 height: 22;
 width: 22;

}

.main_container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  max-height: fit-content;
}

#navbar {
    width: 772;
    height: 83;
    position: absolute;
    margin-right: -0px;
    margin-bottom: 464px;
}

#barbienav {
    width: 760;
    height: 50;
    position: absolute;
    margin-right: -0px;
    margin-bottom: 333px;

}

#landing {
    width: 642;
    height: 326;
    position: absolute;
    margin-left: 118px;
    margin-top: 42px;
    object-fit: cover;

}

#sidebar {
    width: 119;
    height: 326;
    position: absolute;
    margin-right: 641px;
    margin-top: 42px;

}

#pinkcontainer {
    width: 772;
    height: 383;   
}

#copyright{
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-top: 83px;
  margin-left: 30px;

}

a:link {
  color: #ffecf6;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ffecf6;
  background-color: transparent;
  text-decoration: none;
}