body {
  background: #b691ff;
}
p {
  color: black;
}
h1 {
  font-weight: bold;
}
.quote{
  text-align: center;
  font-size: 3.5vw;
  font-family: exo;
  text-shadow: 3px 5px 4px #ff1717;
  color: #7600ff;
}
.profile:hover{
  transform: translateY(3px);
  border: 10px solid purple;
  transition: transform 0.29s ease-in-out;
}
.z{
  padding: 30px;
}
.yes{
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: 3vw;
  font-family: orbitron;
  color: pink;
  background-color: #860986;
  border: 5px solid #00ff3b; 
}
.yes:hover{
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: 3vw;
  font-family: orbitron;
  color: #5e00f5;
  background-color: #ff84ff;
  border: 7px solid #038922; 
  transition: transform 0.29s ease-in-out;
  transform: translateY(3px);
  text-shadow: 3px 3px 3px #9ca0ff;
}
.no{
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: 3vw;
  font-family: orbitron;
  color: #ff0000;
  background-color: #dbdbdb;
  border: 5px solid #ff0000;  
}
.no:hover{
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: 3vw;
  font-family: orbitron;
  color: #ff0000;
  background-color: #dbdbdb;
  border: 5px solid #b10000;
  transition: transform 0.29s ease-in-out;
  transform: translateY(3px);
  text-shadow: 3px 3px 3px gray;
}
.y{
  font-family: chewy;
  color: red;
  padding: 15px;
  font-size: 3vw;
  text-shadow: 3px 3px 3px #6200ff;
}
.x{
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  border: 5px groove violet;
}
.profile{
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-size: 3vw;
  font-family: chewy;
  color: pink;
  background-color: #ff00ff;
  border: 5px solid azure;
}