@font-face {
    font-family: FootLight;
    src: url(footlight-mt-pro/FootlightMTProLight.otf);
  }

*{
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 1;
    font-family: FootLight;
  }
  .floatLeft > img{
    margin-bottom: -4px;
    padding-bottom: 0px;
  }

  .floatRight > img{
    margin-bottom: -4px;
    padding-bottom: 0px;
  }

  body{
    background-color: #0f65a1;
    margin: 0;
    
  }
  div{
    height: auto;
  }
  header{
    height: 10vh;
    font-size:xx-large;
    top: 20px;
  }
  header > p{
    color: #FFFFFF;
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    
  }
    .coolCard{
    border: 15px solid #CABA9C;
    border-radius: 15px;
    width: 650px;
    margin-top: 20px;
  }
  .coolCard > img{
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 10px
  }

  .coolCard > p{
    height: 150px;
    background-color: #8A6240;
    font-size: 50px;
    text-align: left;
  }
  ul{
    list-style: none;
    padding-bottom: 50px
  }

  .coolCard >a {
    width: 650px;
  }
  .coolCard:hover{
    transform: scale(1.08);
    transition: 1s;
  }
  a{
  color: #000000;
  text-decoration: none;
}
  
  footer{
    
   display: flex;
  left: 0;
  width: 100%;
  }
  article{
    width: 80vw;
    background-color: #4c3329;
    margin: 0 auto;
    padding: 40px;
    padding-bottom: 30px;
    
  }
  article > p{
    margin-bottom: 20px;
    color: #ffffff;
  }
  .smallticle{
    width: 50vw;
  }
  .grass {
    position: fixed;
    bottom:0;
   height: 15%;
   width: 100%;
   z-index: 2;
   margin-top: 50px;
}
.floatRight {
  float: right; 
  margin-right: 5px;
  padding-right: 10 px;
  border: 5px solid #6A4A3C;
  border-radius: 5px;
  margin-left: 20px;
 }
 .funnyBorder{
  border: 5px solid #6A4A3C;
  border-radius: 5px;
 }
 .floatLeft {
  float: left; 
  margin-right: 15px;
  border: 5px solid #6A4A3C;
  border-radius: 5px;
  
 }
 .floatLeft > p {
  color: #FFFFFF;
  background-color: #6A4A3C;
  margin: 0px !important;
  padding: 0px !important;
  font-size:large; 
 }
 .antHill{
  border: 3px #FFFFFF;
  bottom: 0px;
  right: 150px;
  position: fixed;
  z-index: 3;
 }

 .antHill:hover{
  transform: scale(1.08);
  transition: 1s;
}
 embed {
  align-items: center;
  justify-content: center;
  text-align: center;
 }