main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}


.title p{
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    
    margin-bottom: 130px;
}





.button-choice{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

    background-color: #D9D9D9;
    border-radius: 10px;

    width: 270px;
    height: 45px;

    margin-bottom:70px;
}


.button-choice p{
    text-align: center;

    text-decoration: none;
    color: black;
    font-size: 12px;
}