.center {
    text-align: center;
}

.pinkBack {
    background-color: deeppink;
    padding: 5px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.buttons {
    
    font-size: 40px;
    text-decoration: unset;
    font-family: Arial;
    color: #741649;
    border-width: 5px;
    border-style: inherit;
    border-color: aquamarine;
    background-color: rgb(0, 255, 202);
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 50px;
    border-radius: 20%;
    margin-right: 10px;
    transition: background-color 0.3s ease;
}

.changingColor:hover {
    background-color: aliceblue;
}
a.noDesign {
    text-decoration:none;
    color:inherit;
}
