body {
  background-color: #89A94F;
}
#Container {
 background: linear-gradient(#FBF3A7, #136150);
}
#YAI {
   background-color: #495532 ;
  color:#BFBC7C ;
  text-align: center;
}
.relative,
#Cottage {
  position: relative;
  left: 150px;
}

#Season {
  color: #AD9F11;
  font-size: 20px;
   text-align: center;
    position: relative;
    left: 500px;
    bottom:150px;
    width: 50%;
}
#Welcome {
  font-family: futura;
  font-style: italic;
  width: 100%;
  text-align: center;
  color: #313131;
  font-size: 45px;
  font-weight: bold;
  -webkit-animation: colorchange 20s infinite alternate;
  animation-direction: normal;
}

@-webkit-keyframes colorchange {
  0% {
    color: #2F6E5A;
  }
  25% {
    color: #f2e394;
  }
  50% {
    color: #f2ae72;
  }
  75% {
    color: #d96459;
  }
  100% {
    color: #2F6E5A;
    }
  }
#Navbar {
  border: 4px solid ;
  margin-left:50px ;
  margin-right:50px ;
  text-align: center;

  
  
  
  
  