 html {
  height: 100%;
  width: 100%;
  background-color: antiquewhite;
}

p, h3, h2, h1 {
  font-family: Garamond;
}

div {
  border: 2px solid rgb(87, 87, 87);
  border-radius: 7px;
  padding: 7px;
  margin: 7px;
}

img {
  width: 200px;
}

.GoTo {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin: 5px auto;
  background-color: #3496ff;
  color: white;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  transition: 0.3s;
}

.GoTo:hover {
  width: 150px;
  height: 50px;
}

#GoToP {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  background-color: #74b7ff;
  width: 150px;
  height: 50px;
  border-radius: 5px;
}

h1, h2 {
  display: flex;
  justify-content: center;
  align-items: center;
}