header {
    background-image: url('../static/header-contact.webp') !important;
}

@media screen and (min-width: 650px) {
    iframe.discord {
        float: right;
        width: 320px;
        margin-bottom: 54px;
        margin-top: 20px;;
        border-radius: 15px;
    }

    .contact-section {
        width: calc(100% - 340px);
        padding-right: 20px;
    }
}

@media screen and (max-width: 650px) {
    iframe.discord {
        display: none;
    }
}

footer {
    clear: both;
}

section h1 {
    font-size: 28px;
    margin-top: 0px;
    color: var(--hard-emphasis)
}

p {
    padding-top: 20px;
}

.chiplet {
    line-height: 1.5em;
}