.two-section {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 10px 0;
}

.two-section .container {
    max-width: 400px;
}

#top {
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width: 600px;
}

#profile-links {
    justify-content: start;
    gap: 4px;
}

#basenamering {
    justify-content: start;
    gap: 30px;
    margin-top: 10px;
}

#basenamering .arrow {
    text-decoration: underline;
}

#qas {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.button {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}

/*
shift around the layout at 650px for mobile screens
*/
