p {
    font-size: 24px;
}

.button {
    background-color: white;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    cursor: pointer;
    border: 2px solid black;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: lightblue;
}

/* button at the bottom right */
.button-sex {
    position: absolute;
    bottom: 5%;
    right: 5%;
}