body{
    text-align: center;
     height: 100vh;
     background-color:white;
     font-size:1.2rem ;
     font-family: 'Crimson Text', serif;
}

.logo{
    background-color:rgb(15,53,96);
}

hr{
  border:1px solid rgb(35, 9, 235);
  margin: 10px auto 10px auto;
  width:6rem;
  border-width:.8rem;
  border-style: dotted;
  border-top: 0px;
  background-color: white;

}

h1{
  color:rgb(15,53,96);
  font-family: 'Lilita One', cursive;
}

h3{
  color: rgb(63, 117, 188);
  font-family: 'Montserrat', sans-serif;
}

.btn{
  background-color: rgb(15,53,96);
  border-style:black;
}

.btn:hover{
   border-radius:15%;
   border-color:gold;
   background-color: rgb(65, 31, 96);
}


.contact{
  color:gold;
}

.engImg{
  border-radius:10rem;
}

.myfooter{
  color: gold;
  font-size:.6rem ;
}

.myfooters{
  color: rgb(227, 225, 216);
  font-size:.8rem ;
}

