body {
    background-color: #e3e3e2;
    margin: 0;

}

.logo {
    font-family: "Comic Relief";
    font-size: 50px;
    font-weight:bold;
    text-align: center;
}



.buttons-section {
    font-family: "Nunito";
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.buttons {
    text-decoration: none;
    color: #3f454f;
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #f9f7f7;
    width: 90%;
    max-width: 320px;
    box-sizing: border-box;
    padding: 22px;
    border: 2px solid #f39235;
    border-radius: 15px;
    margin: 5px;
    
}

