.meunome {
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.minhadescricao {
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 20px;
    font-weight: lighter;
}

.titulodois {
    color: white;
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
}

.sobre {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 100px;
}

.titulocontato {
    color: white;
    text-align: center;
    font-weight: bold;
    padding-top: 85px;
}
.contato {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding-top: 15px;
    
}

hr.rounded {
    border-top: 8px solid white;
    border-radius: 5px;
    width: 250px;
    
  }