*{
    margin:0;
    padding: 0;
    font-family: 'Times New Roman', Arial, Helvetica, sans-serif, serif;

 
}
body{
    width: auto;
    height:auto;
    background-image: url('./cover-images/body.jpg');
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}
h1{
   
    margin-top:70px;
    color:#8ef131;
    font-size:50px;
}
h2{
    color:#521300e5;   
    font-size: 45px; 
}
h1,
 h2{
    font-family: Norse, Arial, Helvetica, sans-serif;
    text-align: center;
}
.container{
    background-color: rgba(243, 220, 145, 0.2);
    width: 80%;
    padding:40px;
    margin:auto;
    border-radius: 15px;
    box-sizing: border-box;
    text-align:center ;
}
.para{
    max-width: 800px;
    background-color: rgba(243, 220, 145, 0.3);
    margin:50px auto;
    padding:10px;
    text-align: left;
    color:#521300e5;
    font-size: 1.5rem;
    font-weight:549;
    border-radius: 5px;
}

.menu{
    width:auto;
    display: flex;
    justify-content: space-evenly;
    padding:30px;
    flex-wrap: wrap;
    
}
.item{
  height:auto;
  flex:auto;
 
}
.item img{
  width:350px;
  height:350px;
  flex:1;
  border-radius: 30px;
}
a {
    font-size: 2rem;
    font-weight:bold;
    color:#032750;
    text-decoration: none;
}

.item img:hover{
    width:360px;
    height:360px;
/*transform: scale(1.03)*/
}

/*.item a:visited{
  color:#fff8f1;
}*/
.item a:hover{
    color:#00499c;
    text-decoration: none;
}
