#header{
  
  background: url("https://i.postimg.cc/fW0ry1dK/5d055e7dc5da50a2745a5d7d65d1dcf7.jpg");
color: white;
width: 1303px;
height: 200px;
position: center;  
}
#nav{
  position: absolute;
  bottom: 50px;
  background-color: #f2aeb1;
  overflow: scroll;
}
#main{
  position: absolute;
  top: 50px;
  right: 500px;
  color: white;
}
#footer{
  position: fixed;
  bottom:0;
  background-color: black;
  color: white;
  
}
body{
  background-size: conter;
  background-position: cover;
background: url("https://i.postimg.cc/tJ1Dxn7J/d79f18b896e5f533aa25721164503fa4-1.jpg");
}
#about{
  position: absolute;
  width: 600px;
  right:10px;
  background-color: #f2aeb1;
  top: 250px;
}
#likes{
  position: absolute;
  top: 700px;
  right: 10px;
  background-color: #f2aeb1;
}
#dislikes{
   background-color: #f2aeb1;
  position: absolute;
  top: 600px;
  left: 10px;
  width: 470px;
  height: 400px;
}
#img1{
  position: absolute;
  top: 870px;
  left: 0;
}
#img2{
  position: absolute;
  top: 200px;
  left: 300px;
  width: 200px;
  height: 400px;
}