/*Classe para reutilizar*/
.btn-card {
    width: 150px;
    height: 30px;

    display: block;
    font-size: 24px;
    text-align: center;
    justify-items: center;
    border-radius: 50px;
    border: none;
    background-color: #D9D9D9;
    box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.40);

}

.input {
    width: 300px;
    height: 40px;
    margin-left: 60px;
    display: block;
    text-align: center;
    justify-items: center;
    border: none;
    border-radius: 10px;
    background-color: #D9D9D9;
    box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.25);
}

.links{
    text-decoration: none;
    color: white;
    font-weight: bold;  
}
.links:hover{
    color: #4F618B;
    text-decoration: underline;
}