@font-face {
    font-family: "Comfortaa";
    font-style: normal;
    font-weight: 400;
    src: url("Comfortaa-Regular.ttf") format("truetype");
}
html {
    background-size: cover;
    background: #3B3B3B url("bg.jpg") no-repeat fixed center center;
}
body {
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0;
    color: white;
    display: flex;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    justify-content: space-between;
}
h1, h2, h3 {
    margin: 0;
    font-family: Comfortaa, sans-serif;
}
h1 {
    font-size: 2.4rem;
    line-height: 3rem;
}
h2 {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-top: 24px;
    padding-bottom: 32px;
    border-bottom: 2px white outset;
}
h3 {
    margin-top: 32px;
    font-size: 1.5rem;
    text-align: right;
}
p {
    margin: 0;
    font-size: 0.75rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, sans-serif;
}
a {
    color: white;
    text-decoration: none;
}
.content {
    flex: 1 1 auto;
    flex-direction: column;
    align-content: center;
    padding-left: 15vw;
    padding-right: 15vw;
}
.info {
    flex: 0 1 auto;
    align-content: center;
    text-align: right;
    padding: 16px;
}