        @font-face {
        font-family: 'nds12';
        src: url('fonts/NDS12.woff') format('woff')
        }
        
        :root {
        --green: #e0f29c;
        --brown: #6e6153;
        --cream: #fef8e0;
        --red: #c11e26;
        --5: #;
        }
        
        html {
        overflow-y: auto;
        background-color: transparent;
        }

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    display: none; 
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
    height: 30px;
    background-color: transparent;
}
::-webkit-scrollbar-track-piece  {
    background-color: #3b3b3b;
   -webkit-border-radius: 16px;
}
::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: #666;
    border: 1px solid #eee;
    -webkit-border-radius: 6px;
}
        
        body {
        background: url(img/back.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        font-family: nds12;
        font-size: 14px;
        }
        
        .container {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        background: url(img/plaid.png);
        margin-top: 140px;
        margin-left: 355px;
        height: 400px;
        width: 550px;
        padding-bottom: 10px;
        box-shadow: 0 0 10px 10px #c11e26;
        border: 2px dashed white;
        border-radius: 10px;
        }
        
        .main {
        background: url(https://i.pinimg.com/1200x/d4/88/4f/d4884fb9dae14377191b6b1848564a95.jpg);
        background-size: cover;
        border-radius: 10px;
        width: 300px;
        height: 300px;
        padding: 5px;
        margin-top: 10px;
        margin-right: 10px;
        }
        
        .inside {
        background-color: var(--cream);
        color: var(--brown);
        border-radius: 5px;
        padding: 10px;
        margin: 5px 5px 5px 5px;
        height: 270px;
        overflow: scroll;
        }
        
        .sidebar {
        width: 120px;
        padding: 5px;
        margin-top: 10px;
        }
        
        iframe {
        width: 100%;
        height: 75px;
        border: none;
        border-radius: 5px;
        }
        
        .custom-fieldset {
        border: none;
        background-color: var(--green);
        border-radius: 10px;
        margin-bottom: 10px;
        }

        .custom-fieldset legend {
        font-size: 15px;
        color: var(--cream);
        background-color: var(--brown);            
        border-radius: 2px;
        }
        
        a {
        text-decoration: none;
        color: var(--red)
        }
        
        a:hover {
        color: var(--cream)    
        }
        
        .navheader {
        font-size: px;
        color: var(--brown);
        margin-bottom: 2px;
        }

        .navheadertop {
        font-size: px;
        color: var(--brown);
        margin-top: 3px; 
        margin-bottom: 2px;
        }
        
        .appleimg {
        position: absolute;
        top: 30px;
        left: 800px;
        width: 200px;
        }
        