html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica", sans-serif;
    color: white;
    line-height: 1;
}

body {
   background-color: #00264d; 
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}

.content p {
    font-size: 1rem;
    margin: 6px 0;
    padding: 0;
    line-height: 1.1;
    font-weight: 400;
}

.content h1 {
    font-size: 2.4rem;
    margin: 8px 0 6px;
    line-height: 1.05;
    font-weight: 700;
}

.content h2 {
    font-size: 1.4rem;
    margin: 6px 0 4px;
    line-height: 1.05;
    font-weight: 600;
}

.content h3 {
    font-size: 1.05rem;
    margin: 4px 0;
    line-height: 1.05;
    font-weight: 600;
}

.content {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
    text-align: center;
    line-height: 1.0;
}

a {
    color: #0077cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:hover ~ .custom-cursor {
  transform: rotate(-15deg);
}

a.oh-boy-youre-gonna-find-something-cool {
  color: white;
  text-decoration: none;
}

a.oh-boy-youre-gonna-find-something-cool:hover {
  color: white;
  text-decoration: none;
}

img {
    max-width: 100px;
    height: auto;
    margin: 8px 0;
}
