body{
  margin: 30px;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
  background-color: #210535;
}
ul{
  list-style-type: none;
  color: #f5d5e0;
  font-size: 20px;
}
h1{
  color: #7b337d;
  font-size: 50px;
}
h2{
  color: #c874b2;
  font-size: 30px;
}
p{
  color: #f5d5e0;
  font-size: 20px;
}
button{
  background-color: #430d4b;
  color: #f5d5e0;
  font-size: 20px;
  border-width: 1px;
  border-radius: 10px;
  border-color: #7b337d;
  cursor: pointer;
}
img{
  border-radius: 12.5px;
  width: 70%;
  margin: auto;
}
td{
  width: 40%;
  margin: auto;
}
table{
  padding-top: 25px;
  margin: auto;
}