
body {
    background-color: #F3F8F2;
    text-align: center;
   
    
    
}
a{
    color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20pt;
    transition: font-size 0.4s ease-in-out;
    font-weight: bolder;
   
}
a:hover{
    font-size: 30pt;
}

h1 {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h2 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h3 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h4 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-weight: bold;
}
section{display: flex;
    flex-direction: row;
    flex-wrap: wrap;}


article{
    text-align: center;
    background-color: #EBE9E9;
    margin: 20px;
    width: 500px;
    height: 600px;
    border-radius: 10%;
    
  

}
img{
    margin-top: 10px;
    width: 400px;
    border-radius: 10%;
    transition: 1s;
    
}
article :hover{
    width: 450px;
    
}

