body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #1227e3;
  color: white;
  padding: 20px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2em;
}

title {
  padding-top: 20%;
}

body {
  background-color: #3e648a;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}

main {
  padding: 20px;
  overflow-wrap: break-word;
}

section {
  margin-bottom: 20px;
}

section h2 {
  margin-top: 0;
}

@media only screen and (max-width: 600px) {
  nav {
    flex-direction: column;
    text-align: center;
  }

  nav ul {
    flex-direction: column;
    padding-top: 0.5rem;
  }

  nav li {
    padding: 0.5rem 0;
  }
}

#gs {
  cursor: pointer;
  background-color: #413d3d;
  border: none;
  color: rgb(248, 244, 244);
  padding: 10px 30px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.2s ease;
}
#gs:hover {
  transform: scale(1.07);
  border-radius: 6px;
}
#gs:active {
  transform: scale(0.93);
  border-radius: 10px;
}

.button {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  transition: 1s;
  padding-bottom: 5px;
}

.horizontal-items {
  display: flex;
  justify-content: left;
}

.request {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  transition: 1s;
}
