@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap");
* {
  -webkit-box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "New Amsterdam", sans-serif;
}

body {
  background-color: #34516f;
}

div {
  background-color: #34516f;
  height: 60vh;
  width: 60vw;
  margin: auto;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/0/07/Super_Earth_Flag.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: sticky;
}

#ads {
  text-align: center;
  width: 100%;
  height: 150px;
  background-image: url(https://binaryfortressdownloads.com/Download/WPF/Images/23901/WallpaperFusion-helldivers-1680x480.jpg);
  -o-object-fit: cover;
     object-fit: cover;
  border-width: 5px;
  border-color: black;
  padding-top: 45px;
  border-style: solid;
  font-size: 3rem;
}

#text {
  text-align: center;
  color: white;
  font-size: 1rem;
  border-width: 2px;
  border-radius: 5px;
  border-style: solid;
  background-color: #273e57;
  padding: 1rem;
  margin-top: 1rem;
}

nav {
  display: flex;
  width: 100%;
  background-color: #34516f;
  justify-content: center;
}
nav > ul {
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
nav > ul > li {
  padding: 30px;
  list-style: none;
  font-size: 30px;
}
nav > ul > li > a:link,
nav > ul > li a:visited {
  color: black;
  text-decoration: none;
}
nav > ul > li a:hover,
nav > ul > li a:active {
  color: black;
  -webkit-text-decoration: underline yellow;
          text-decoration: underline yellow;
  text-underline-offset: 30px;
  transition: 0.2s;
}
nav > ul > li:hover {
  background-color: #34516f;
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom: yellow;
}

main {
  color: #34516f;
}
main iframe {
  width: 100%;
}/*# sourceMappingURL=style.css.map */