@media screen and (max-width: 1025px) {
    .mobile-hide {
        display: none;
    }
}

.qr-container {
    position: relative;
}

.qr {
    position: absolute;
    top: 0;
    right: 0;
    height: 30em;
}

code {
    font-size: 0.7em;
}

.intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

    font-weight: normal;
    font-size: 0.7em;
    margin-bottom: 0.5em;
}

.contact-link {
    width: 1em;
    margin-right: 0.5em;
}

.contact-link img {
    margin: 0 !important;
}

.company-logos {
    display: flex;
    justify-content: space-around;
    vertical-align: top;
}

.contact-logo-dusk {
    width: 50%;
}

.contact-logo-rust {
    width: 30%;
}

.virtual-machine {
    width: 60%;
}

.syscall-title {
    font-family: SohneMono, monospace;
    font-weight: 500;
}

.syscall-description {
    font-weight: lighter;
    font-style: italic;
}

.syscall-signals {
    margin: auto;
    text-align: justify;
    width: 90%;
}

.syscall-signal {
    padding-top: 1em;
    font-family: SohneMono, monospace;
    font-style: normal;
    font-weight: 600;
}

.syscall-signal-highlight {
    padding-top: 1em;
    font-family: SohneMono, monospace;
    font-style: normal;
    font-weight: 600;
    color: #ca2143;
}

.syscall-signal-description {
    font-style: italic;
    padding-left: 0.5em;
}

.stategy-item {
    margin-bottom: 0.2em;
}

.lets-code {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lets-code-title {}

.lets-code-link {
    width: 1em;
    padding-left: 0.8em;
}

.useful-links-list {

}
