body {
    background-color: wheat;
}
header {
    padding: 10%;
    text-align: center;
    background-color: sandybrown;
    border-radius: 2%;
}

#desc {
    text-align: center;
    padding: 5%;
    font-size: 20px;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 5%;
    border-color: aquamarine;
    background-color: antiquewhite;
    border-style: solid;
}

.code embed {
    border: 10px solid bisque;
    background-color: white;
}

.code {
    width: 50%;
    font-family:"JetBrains Mono", monospace;
    float: left;
    overflow-y:show;
    overflow-x:scroll;
}