* {
  margin: 0;
  padding: 0;
}

html {
  font-family: "Roboto", sans-serif;
  margin: 0;
}
header {
  margin: 0;
  background-color: white;
  width: 100%;
  position: fixed;
  height: 4em;
  text-align: center;
  letter-spacing: 0.5em;
  word-spacing: 30px;
  text-shadow: 1px 1px grey;
}

.top {
  color: black;
  text-align: center;
  padding-top: 1.5em;
}
body {
  /*background-color: #0467b9;*/
  background-color: navy;
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
}

.Circle {
  position: absolute;
  top: 8em;
  right: 8em;
}

.Triangles {
  height: 30em;
  width: 30em;
  top: 16em;
  right: 1em;
  position: relative;
}

.line {
  height: 1px;
  top: 47em;
  position: fixed;
}

h1 {
  color: white;
  text-align: center;
  letter-spacing: 0.5em;
}

h2 {
  color: white;
  text-align: center;
  letter-spacing: 0.5em;
}

.text {
  position: relative;
  left: 2em;
  bottom: 14em;
  text-align: center;
  width: 800px;
  text-shadow: 2px 2px darkblue;
  margin: auto;
}

p {
  color: white;
  text-align: center;
  position: relative;
}

.mini {
  height: 10em;
  margin: auto;
  display: block;
  align-items: center;
  word-spacing: 2em;
  padding-left: 4em;
  padding-top: 4em;
}

.inspired {
  color: white;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
  left: 2em;
  bottom: 8em;
}

@media screen and (max-width: 1000px) {
  .text {
    text-align: center;
    width: 400px;
    bottom: 19em;
    right: 2em;
  }

  .text h2 {
    padding-top: 2em;
  }

  .inspired {
    top: 8em;
  }
  .Triangles {
    position: relative;
    height: 20em;
    padding-top: 14em;
    right: 5em;
  }
  .Circle {
    left: 26em;
  }

  header {
    text-align: center;
    position: relative;
    width: 104.7%;
  }
  html {
    margin: 0;
  }
}
