#piradi {
  font-size: 40px;
  text-align: center;
  color: black;
  text-transform: uppercase;
  font-style: italic;
}

p {
  color: brown;
  font-size: large;
  text-align: center;
}

#class1 {
  color: rgb(0, 255, 0);
}

#class2 {
  color: rgb(0, 255, 0);
}

#class3 {
  text-align: center;
}

#Incase {
  color: blueviolet;
  font-style: italic;
  font-size: 30px;
  font-weight: 700;
}

#Email {
  color: red;
  font-size: 18px;
}

#tel {
  color: red;

  font-size: 20px;
}
#Home {
  color: red;
}
#thisisme {
  font-size: 25px;
  text-align: center;
}
.this {
  color: rgb(4, 247, 166);
  font-weight: 600;
}
.is {
  color: blueviolet;
  font-weight: 600;
}
.me {
  color: rgb(6, 6, 245);
  font-weight: 600;
}
body {
  background-color: rgb(88, 134, 119);
}

a {
  text-decoration: none;
}
