@font-face {
  font-family: League Gothic;
  src: url("./league-gothic.woff");
  font-weight: 300
}

body{
    background-color: #040c1c;
    
  }

* {
  box-sizing: border-box;
}

h1 {
    font-family: League Gothic;
    text-transform: uppercase;
    font-size: 36px;
    color: #7ebdc1;
    text-align: center;
    padding: 16px;
  }

h2 {
    font-family: League Gothic;
    text-transform: uppercase;
    font-size: 26px;
    color: #7ebdc1;
    margin-top: 0%;
  }

img {
  width: 160px;
  height: 110px;
  float: left;
  margin-top: 5px;
}

p {
    font-family: League Gothic;
    font-size: 18px;
    color: white;
    margin-top: 0;
  }

.app {
  background-color: #142d4c;
  width: 60%;
  margin-top: 50px;
  margin: auto;
  padding: 12px;
  border-radius: 3px;
  margin-top: 16px;
}

@media (max-width: 1000px) {
  .app {
    width: 80%;
  }
}

@media (max-width: 750px) {
  .app {
    width: 100%;
  }
}

.text {
  padding-left: 180px;
}

#link {
  text-decoration: none;
}

#link:hover {
  h2 {
    color: #acd3d5;
  }
}
