.title {
    background-color: #8C738C;
    color: white;
    font-size: 56px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.boto-box{
    font-size: 18px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.boto{
    display: inline-block;
    text-align: left;
    line-height: 3;
}

.button {
    font-size: 24px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    width: 200px;
    text-align: center;
    margin: auto;
    border: 4px solid #3D0301;
    color: #3D0301;
    ;
    border-radius: 10px;
}

.button:hover {
    background-color: #3D0301;
    color: #fff;
}