h1 {
  text-decoration: underline;
  color: rgb(0, 0, 0);
}

body {
  color: rgb(0, 0, 0);
  background-color: #fff59d;
  background-image: url(https://images8.alphacoders.com/592/thumb-1920-592410.jpg);
  background-repeat: no-repeat;
  background-size: 100vw, 100vh;
}

.landing {
  width: 100%;
  margin-top: 150px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2em;
}

.description {
  width: 100%;
  margin-top: 450px;
  margin-bottom: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navbar {
  background-color: #fff38a;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 50px;
}
.navbar a {
  float: left;
  text-align: center;
  padding: 15px 15px;
  font-size: 20px;
}
.navbar a:hover {
  background-color: #808080;
  color: #fff38a;
}
.internalRamp {
  width: 100%;
  margin-top: 175px;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 70px;
}
