body {
    background-color: #171b1f;
    color: rgb(200,200,200);
    font-family: "League Spartan", "Encode Sans", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 32px;
}

a {
    /* text-decoration: none; */
    color: rgb(128,128,200);
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.content {
    width: 800px;
    padding: 0px 12px;
}
.group {
    margin-left: 32px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.font-container .fontname-alt {
    margin-left: 8px;
}

.font-container {
    margin-bottom: 4px;
}

.sample-text {
    font-size: 24pt;
    background-color: rgba(0,0,0,0.12);
    width: 100%;
    border-radius: 8px;
    padding: 2px 12px;
}

.fontname-alt {
    color: rgb(100,100,100);
    font-size: 80%;
    float: right;
}

h1 {
    font-weight: 700;
    font-size: 48pt;
    margin: 0;
}

#home {
    float: right;
    font-weight: 100;
    font-size: 24pt;
}

h2 {
    font-weight: 400;
    font-size: 18pt;
    margin: 0;
}

h3 {
    font-weight: 900;
    font-size: 32pt;
    margin: 0px;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(128,128,128);
    padding: 0;
    margin-bottom: 32px;
}

@media (max-width: 900px) {
  .content {
    width: 600px;
  }

    h1 {
        font-size: 32pt;
    }

    #home {
        font-size: 16pt;
    }

    h2 {
        font-size: 14pt;
    }

    h3 {
        font-size: 18pt;
    }
}