body {
 background-image: url("images/bgrnd_page_pink.jpg");
 background-color: #f4bcca;
 overflow: hidden;
}

.website {
display: flex;
justify-content: center;
align-items: center;
margin-top: 8.5%;
scale: 125%;
}

#top_ad {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 margin-left: 244px;
 margin-top: -199px;
 height: 89;
 width: 728;
 scale: 88%;
}

#top_ad_container {
 display: flex;
 justify-content: center;
 align-items: center;
 position: absolute;
 margin-left: 239px;
 margin-top: -206px;
 height: 104;
 width: 750;
 scale: 90%;
}

.main_container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: fit-content;
  max-height: fit-content;
}

#navbar {
    width: 769;
    height: 83;
    position: absolute;
    margin-right: -0px;
    margin-bottom: 498px;
}

#landing {
    width: 755;
    height: 439;
    position: absolute;
    margin-top: 22px;

}

#pinkcontainer {
    width: 769;
    height: 474;   
}

#copyright{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-right: 250px;
  color: rgb(255, 0, 0);
}