 img{
  border-radius: 100px;
}

h2{
  font-size: 18px;
}

body{
  background-color: rgba(55, 0, 255, 0.501);
  font-family: "Trebuchet MS";
  color: white;
  text-align: center;
}

.links {
  background-color: white;
  font-size: 20px;
  border-radius: 10px;
  padding: 10px;
  display: block;
  text-align: center;
  margin: 10px 50px 10px 50px;
  color: rgba(55, 0, 255, 0.501);

}
.top-left-button{
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
}
