body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 100%;
    text-align: center;
}

#perfil-img{
    border-radius: 100%;
}

h2{
    border-bottom: 1px solid #000000;
}
h3{
    text-decoration: underline;
}

.links-formacao{
    width: 80px;
}

table {
    border-collapse: collapse;
    display: inline-table;
}
table th{
  border: solid 1px #555;
  color: #fff;
  background-color: #000;
}
table td{
  border: solid 1px #555;
  padding: 0.25em;
  text-align: center;
}


label, button{
    font-weight: bold;
    display: block;
}

input, textarea{
    margin-bottom: 1rem;
    padding: 0.25rem;
    border-radius: 5px;
    border: 1px solid #555;
}

#email{
    width: 15rem;
}
#mensagem{
    width: 25rem;
    height: 5rem;
    resize: none;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
}
button{
    display: flex;
    background-color: #000;
    color: #fff;
    font-size: 1.05rem;
    font-family: inherit;
    padding: 0.5rem;
    border: solid #000;
    border-radius: 4px;
}
button:hover{
    background-color: #555;
    border: solid #555;
}

a{
    color: #000;
    font-weight: bold;
}
a:hover{
    color: #555;
}