html, body {
    height: 90%;
    height: 90vh;
    background-color: transparent;
}

h1 {
    font-weight: 600;
    font-size: 4rem;
    margin-left: -5.5px; /* HACK: Remove left side bearing */
}

#dev-channel a {
    color: #c7286c;
    text-decoration: underline;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#container a {
    text-decoration: none;
}

#container .item {
    margin-left: 50px;
    margin-right: 50px;
}

#hero {
    box-shadow: 0px 0px 30px 1px rgba(0,0,0,0.25)
}

.badge {
    display: inline-block;
    width: calc(284px * 0.50);
}