body {
  background-color: white
}

a {
  color: black;
  text-decoration: none;
}

p{
  font-family: Helvetica;
}

ul {
  list-style: none;
  font-family: Helvetica;
  font-size: 20px;
  /* border: 2px  black; */
}

.wrapper {
  text-align: center;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}
