*{
  color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

::selection{
  background-color: #000000;
  text-shadow: 0 0 30px rgba(228, 0, 228, 0.8)
}


h1{
  font-size: 85px;
  margin: 5% 0 4% 0;
}

body{
  background: linear-gradient(0deg, transparent, #532d62,#532d62,#532d62, rgb(149, 22, 111));
  background-color: rgb(149, 22, 111);
  margin: 0 auto;
}

.aboutMe{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin: 3% 2% 8% 2%;
}

.canto{
  width: 15%;
  margin: 0 2% 0 2%;
  transition: 0.3s;
}

.canto:hover{
  width: 16%;
  box-shadow: 0 0 50px 10px #800080;
  transition: 0.3s;
}

#foto1{
  width: 100%;
}

p:first-of-type {
  font-size: 44px;
  font-family:'Courier New', Courier, monospace;
  color: rgb(228, 203, 231);
  margin: 5%;
}
.oi {
  margin: 0 2% 0 2%;
  font-size: 35px;
  text-align: justify;
}
.feedText{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 8%;
}
label{
  font-size: 28px;
  margin: 2%;
}
textarea{
  color: #000000;
  font-size: 20px;
  text-align: left;
}