/* CSS Document */
html {
  height: 100%;
}

body {
  background: rgb(33, 8, 1) url(bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  padding: 0;
  margin: 0;
}

a {
  color: white;
  text-decoration: none;
}

h3 {
  font-size: 20px;
}

.content {
  width: 563px;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  top: 15%;
  position: relative;
  text-align: center;
}

.logo-img {
  margin-bottom: 80px;
}

.logo-text {
  font-family: 'Raleway', cursive;
  font-size: 40px;
  margin: 0;
  font-weight: 700;
}

.logo-subtitle {
  font-size: 20px;
}

.intro {
  margin-left: 25px;
  width: 250px;
}

.high {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 480px) {
  body {
    background-position: 50% 50%;
    background-attachment: fixed;
  }

 .content {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
 }
}