body, html {
    height: 100%;
    margin: 0;
    font-family: 'Jersey 20', sans-serif;
    background-color: rgb(0, 0, 0);
}

p {
    font-size: 1.4rem;
    line-height: 1.15;
    color: rgba(222, 226, 230, 0.9);
}

.container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 1rem;
}

.content-wrapper {
    margin: auto;
    max-width: 1100px;
    width: 100%;
    padding: 4rem 5rem;
    border-radius: 1rem;
    background-color: rgb(0, 5, 10);
    border: solid 1px #062341;
    box-shadow: 0 0 52px 2px #0b3863;
}

h1.display-4 {
    margin-bottom: -0.8rem;
    font-family: "Jersey 10";
    font-size: 6rem;
    color: white;
}

.lead {
    font-family: 'Jersey 10', sans-serif;
    font-size: 2rem;
}

h4 {
    color: white;
    font-size: 1.6em;
}

@media (width < 768px) {
  .content-wrapper {
    padding: 2rem 2.5rem;
  }
}
