body {
  background: #FFD1F1;
}
.navbar {
  width: 990px;
  margin: 0px;
  padding:0px; 
  background:pink ; 
  border: 3px solid gray;
  border-radius: 15px 15px 15px 15px;
  height: 60px;
  display: flex;
  color: purple;
  text-align: right;
} 
li { 
  display: inline; 
  padding-right: 20px; 
  
  
} 
li:first-child { 
  padding-left: 20px; 
  
  
} 
li a { 
  color: purple; 
  text-decoration: none;  
  padding: 20px; 
  font-size: 20px;
  font-weight: 50%;
} 
li a:hover { 
  color: yellowgreen;
}
.home{
  background: #E5DEFF;
  height:280px;
  color: #003E5D;
  font-family: cursive;
  font-size: 20px;
  border: 2px solid #003E5D;
  border-radius: 10px 10px 10px 10px;
  margin: 20px 0 20px 0;
  align-items: center;
  width: 390px;

  
}
.home p{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
  color: #003E5D;
}
.home a.btn button{
  background: purple;
}
.about{
  background: #E5DEFF;
  margin: 20px 0 0 0;
  color: #003E5D;
  font-family: cursive;
  border: 2px double #003E5D;
  width: 250px;
  height: 56px;
}
footer{
  margin:36rem 0 0 0;
  text-align: bottom;
  text-align: center;
}
 iframe{
  width: 800px;
  height: 500px;
  border: 2px solid grey;
}