/* body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: linear-gradient(45deg, rgb(71, 150, 150), rgb(179, 255, 0));
    
   
}
.geral {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 80px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
}

.col-1 {
    padding: 15px;
    border: none;
    outline: none;
    font-size: 15px;
    
}

.col-2 {    
    padding: 15px;
    border: none;
    outline: none;
    font-size: 15px;
}

.button-5 {
    background-color: dodgerblue;
    border: none;
    padding: 15px;    
    border-radius: 10px;
    color: white;
    font-size: 15px;
    margin-top: 15px;
}

.button-5:hover{
    background-color: deepskyblue;
    cursor: pointer;
} */