p {
    color:black;
    font-size: large;
}
h3 {
    color: white;
    font-size: xx-large
}

.cont {
    border-radius: 10px;
    border: solid;
    border-width: 2px;
    border-color: #5F0610
}
.custom-font label {
    font-size: 16px;
}

.botao{
    background: #5f0610;
    color: #fff;
    font-size:16px;
    height: 50px;
    width: 150px;
    margin-left: 5px;
    border: 1px solid #eee;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #eee;
    text-shadow: none;
}

.botao:hover {
    background: white;
    color: #5f0610;
    border: 1px solid #5f0610;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #eee;
    text-shadow: none;
}