body{
    text-align: center;
    background-color: crimson;
}
img{
    border-radius: 30px;
    align-items: center;

    
    
}
p{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
    font-size: 30px;
}
button{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
    border-radius: 50px;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
}