@font-face {
    font-family: 'W95F';
    src: url('font/w95f.woff2') format('woff2'),
         url('font/w95f.woff') format('woff'),
         url('font/W95F.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    background-color: #008080;
    margin: 0;
    padding: 0;
    height: 100%; 
    font-size: 100%;
}

body {
    display: flex;
    flex-direction: column; 
    font-family: 'W95F', Verdana, sans-serif;
    min-height: 100dvh; 
    margin: 0;
}

main {
    flex: 1; 
}

.nav-links {
    display: flex;
    list-style: none; 
    gap: 1.5rem; 
    margin: 0;
    padding: 0;
}

header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding: 1rem 2rem;
}

.content {
    flex: 1; 
    padding: 2rem;
    display: flex;
    gap: 500px;
}

.contentsmall {
    flex: 1; 
    padding: 2rem;
    display: flex;
    gap: 50px;
}

footer {
    text-align: center;
    padding: 1.5rem;
}


.scroll-container {
  /* javascript populates this */
}

.scroll-track {
  /* javascript populates this */
}

.scroll-set {
  /* javascript populates this */
}

.scroll-track img {
  /* javascript populates this */
}

.windowsbox {
    background-color: #c0c0c0;
    border-style: solid;
    border-width: 3px;
    border-color: #ffffff #808080 #808080 #ffffff;
    padding: 8px;
    font-family: 'W95F', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: #000000;
    box-sizing: border-box;
}

.windowsbox-sunken {
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    border-color: #808080 #ffffff #ffffff #808080;
    padding: 0px;
    font-family: 'W95F', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    color: #000000;
    box-sizing: border-box;
}

