body {
    background-color: #111111;
    font-family: "Courier New", ui-monospace, monospace;
    font-size: 12px;
    color: #810000;
    margin: 15px;
}

.about {
    text-align: center;
    margin-top: 80px;
}
.selector {
    margin-top: 15px;
    text-align: center;
}
.content-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    margin-top: 90px;
    flex-wrap: wrap;
}
.projects {
    text-align: center;
    flex: 1;
    min-width: 280px;
    max-width: 500px;
}
.questions {
    text-align: center;
    flex: 1;
    min-width: 280px;
    max-width: 500px;
}
