body {
    margin: 1vw;
}

code {
    background-color: #1F2125;
    padding: 0.3em;
    border-radius: 0.5em;
}

.flexrow {
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.centertext {
    text-align: center;
    flex-wrap: wrap;
}

.flexcolumn {
    display: flex;
    flex-direction: column;
    gap: 2vw;
}

.regalia {
    background-color: rgba(57, 4, 4, 0.81);
    padding: 1%;
}

.rounded_avi {
    border: 2px solid black;
    border-radius: 30px;
}

.screenshot {
    height: 50%;
    width: 50%;
    float: right;
}

section header {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1000px) {
    .screenshot {
        display: none;
    }
}