body {
    font-family: sans-serif;
    background-color: rgb(255, 243, 243);
   
 
}

header a{
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size:20px;
    text-decoration: none;
background-color: rgb(255, 255, 255);
padding: 10px;
color: rgb(27, 27, 27);
border-radius: 10px;
margin: 10px;
}



main img{
    width: 150px;
    height: 150px
    }


header{
    margin: 30px;
}


section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
   
}
h1{
    text-align: center;
    font-family: cursive;
}
footer img{

    width: 50px;
    height: 50px;
}
article p {
 text-align: center;  
 font-family: cursive;
}
article{
    margin: 10px;
    background-color: rgb(255, 234, 234);
    height: 300px;
    width:250px;
}
article a{
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 25px;
    margin-top: 3px;
    
}
.main{
    width:100%;
    height: 250px;
}
main p{
    font-size: 25px;
    text-align: center;
}
