h2 {
  text-align: center;
  border-radius: 5px;
}

h1 {
  text-align: center;
  border-radius: 5px;
}

h3 {
  text-align: center;
  border-radius: 5px;
}
body {
  background-color: #ebdbb2;
}

img {
  height: 600px;
  width: 699px;
  border-radius: 5px;
}

.username {
  font-weight: bold;
  font-size: small;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.SpaceApp {
  font-weight: bold;
  text-align: center;
}

.custom {
  text-align: center;
  border-radius: 5px;
}

.button1 {
  background-color: #928374; /* Green */
  border-radius: 15px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  top: 50%;
  left: 50%;
  text-decoration: none;
  display: flex;
  -ms-transform: translate(100%, 100%);
  transform: translate(500%, 50%);
  font-size: 16px;
}

.button2 {
  background-color: #928374; /* Green */
  border-radius: 15px;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  top: 50%;
  left: 50%;
  text-decoration: none;
  display: flex;
  -ms-transform: translate(1%, 1%);
  transform: translate(600%, -50%);
  font-size: 16px;
}

.aligncenter {
  text-align: center;
}
