* {
    image-rendering: crisp-edges;

    overflow-y: hidden;
}

@font-face {
    font-family: 'font';
    src: url('static/DIGITALDREAMFAT.woff'); 
}
body {
    margin: 0;
    background-image: url('static/background.gif');
    color: #FF00AA;
    background-color: #230321;
}
main {
    margin: auto;
    display: flex;
    flex-direction: row;
    width: max-content;
    height: 960px;

}
#center {
    width: 480px;
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-self: center;
}
#title {
    background-image: url('/static/bytefuzz-title.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 290px;
}

#left {
    
    position: fixed;
    left: 0 ;
    width: 480px;
}
#right {
    position: fixed;
    right: 0 ;
    width: 480px;
}

.icon {
    width: 64px;
    height: 32px;
    margin: auto;
}

nav {
    margin: 0 auto;
}

#cw {
    margin: 0 auto;
    align-items: center;
}

p {
    font-family: font;
    margin: auto;
}

#button {
    background-image: url('static/button.png');
    height: 128px;
    width: 380px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#button:hover {
    opacity: 0.5;
}