body {
    background-image: url("images/background.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    /* overflow: hidden; */
}

.column_one {
    width: 10%;
    height: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.column_two {
    width: 10%;
    height: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

p {
    font-family: Windows XP Tahoma;
    color: white;
    text-shadow: 2px 2px 4px black;
    user-select: none;
}

@font-face {
    font-family: 'Reddit Mono';
    src: url('fonts/reddit-mono-latin-500-normal.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.about_text {
    height: 345px;
    width: 475px;
    overflow-y: auto;
    scrollbar-width: none;
}

.development_text {
    height:300px;
    width: 635px;
    overflow-y:auto;
    scrollbar-width: none;
}

div.video_container {
    align-items: center;
    display: flex;
    width: 466px;
    overflow: auto;
    scrollbar-width: none;
}

div.art_container {
    align-items: center;
    display: flex;
    width: 600px;
    overflow: auto;
    scrollbar-width: none;
}

.art_desc_text {
    height: 225px;
    width: 300px;
    overflow-y: auto;
    scrollbar-width: none;
}