.corpo {
  height: 100%;
  width: 80%;
  margin-left: 10%;
  border-style: solid;
  border-color: white;
}

.cabecalho {
  display: flex;
  align-items: flex-start;
}

.profile {
  height: 360px;
  width: 360px;
  padding: 2%;
  border-style: solid;
}

.quote {
  width: auto;
  color: white;
  font-family: monospace;
  font-size: 15.85px;
  margin-top: 50px;
  font-weight: bold;
}

.midias {
    text-align:center;
    margin-top: 2%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
}

li a {
  display: block;
  text-align: center;
  padding: 10px;
}

.icons {
    width: 48px;
    height: 48px;
    background-color: white;
}

.title {
  position: absolute;
  float: right;
  text-decoration: underline;
  color: white;
  font-size: 100px;
  margin-top: 6%;
  margin-left: 25%;
}

.subtitle {
  position: absolute;
  float: right;
  color: white;
  font-size: 25px;
  margin-top: 13%;
  margin-left: 30%;
}