
@font-face {
  font-family: 'mymerriweather';
  src: url('/fonts/IndieFlower-Regular.ttf');
}
@font-face {
  font-family: 'links';
  src: url('/fonts/KaushanScript-Regular.ttf');
}


  body{
  
      background-image: url(../images/background.jpg);
     
      height: 100%;
       
      background-repeat: no-repeat;
      background-size: cover;
      color: black;
      margin: 0px;
      font-family: mymerriweather;
      
      
  
  }
.links {
    overflow: hidden;
    font-family: links;
    display: flex;
    justify-content: center;
    background-color: #a7cef8;
    z-index: 1000;
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .alink {
    
    display: block;
    color: black ;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    margin-top: 1%;
    margin-left: 1%;
  }
  
  .links a:hover {
    color: red;
  }
  
  .links a.active {

    color: white;
  }
   .logoimg{
    width: 20%;
    border-radius: 20px;
  }
  .imagelogo{
    margin-left: 10px;
    padding: 0%;
  }
.links .icon {
  display: none;
}
.contact{
  margin-top: 10%;
}



  img{
    border-radius: 50%;
    
  }
  .images{
    display: flex;
    margin-top: 6%;
    justify-content: space-evenly;

  }
.postion{
  width: 106px;
  height: 106px;
}
.text{
  display: flex;
  justify-content: space-evenly;
}

  h1{

    color: black;
    text-align: center;
    font-size: 48px;
   
    
    }
 .text{
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  
 }
.images a{
  color: #04AA6D;
  text-decoration: none;
}
.text > div{
  margin-top: 10px;
}