
body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #f8bbf4;
  color:#737373;

}
.box{
  background: white;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 7px 7px rgb(179, 178, 178);
}
.box2{
  background: white;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 7px 7px rgb(179, 178, 178);
}
.box3{
  background: white;
  border: black;
  padding: 8px;
}
a{
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #8B008B;
  text-decoration: none;
  font-size: 50px;
}
a:hover{
  opacity: .5
}
.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.button1 {background-color:white; color: black;
}