header{
display: flex;
justify-content: center;
}

h1{
    
   background-color:#bc98f3;
    color:white;
    font-size: 35px;
    text-align: center;
    width: 40%;
    border-radius: 20px;
}
h3{
    background-color: #d3bcf6;
    width: 60%;
    border-radius: 10px;
    color: red;
}

body{
    background-color: #d8f79a;
}

article{
    display: flex;
    justify-content: center;
}

#a{
    
   background-color:#bae0f5;
    color:black;
    
    text-align: center;
    width: 25%;
    border-radius: 20px; 
}