body {
  /* background-color: rgb(11, 32, 47);  */
  font-family: "Freepixel", Helvetica, sans-serif;
  background: linear-gradient(rgb(11, 32, 47) 100px, rgb(1, 192, 93));
}

h1 {
  text-align: center;
  color: rgb(1, 192, 93);
  margin-top: auto;
}

h3, h4 {
  color: rgb(1, 192, 93);
  margin-top: 5px;
  margin-bottom: -5px;
}

p {
  color: white;
  text-align: justify;
}

/* .header {
  max-width: 900px;
  height: 500px;
  text-align: center;
  display: contents;
} */

.header {
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1000px;
  min-width: 300px;
  width: 80vw;
  margin: auto;
}

main {
  background-color: rgb(25, 44, 70);
  padding: 20px;
  margin: auto;
}

@font-face {
  font-family: "Freepixel";
  src: url("https://fontsforyou.com/fonts/f/Freepixel.ttf");
}

a {
  color:rgb(1, 192, 93)
}

a:hover {
  color:chartreuse
}