body {
    background: #008282;
    font-family: "WIN95";
}
@font-face {
    font-family: "WIN95";
    src: url("fonts/WIN95.ttf");
}
.container {
    width: 1100px;
    margin: auto;
    display: flex;
    min-height: 100vh;
    gap: 30px;
}
.right-column {
    background: transparent;
    flex: 1;
}
.hero { 
    background-color: #0000aa;
    padding: 30px;
    margin-bottom: 30px;
}
.herotitle {
    color: #0000aa;
    background-color: #c3c3c3;
    text-align: center;
}
.herotext {
    color:white;
    letter-spacing: 3px;
    line-height: 1.2;
}
.herobuttons {
    color: #c3c3c3;
    text-align:center;
}
.main {
    flex: 1;
    background: #868a8e;
    padding: 20px;

        border-left: 2px solid white;
    border-top: 2px solid white;

    border-right: 2px solid #444;
    border-bottom: 2px solid #444;

    box-shadow:
        inset -1px 0 0 black,
        inset 1px 0 0 #dfdfdf;
}
.sidebar {
        background: #868a8e;
    width: 160px;
    height: min-content;
    padding: 20px;

    border-left: 2px solid white;
    border-top: 2px solid white;

    border-right: 2px solid #444;
    border-bottom: 2px solid #444;

    box-shadow:
        inset -1px 0 0 black,
        inset 1px 0 0 #dfdfdf;
}
    .logo {
        color: white;
        font-size: 35px;
    }
    .tagline {
        color: white;
    }
    .sidebar a {
      display: block;
      color: white;
      text-decoration: none;
      padding: 7px 0;
      border-bottom: 1px solid black;
      font-size: 14px;
    }
    .sidebar a:hover {
      color: white;
      padding-left: 5px;
    }
.panel {
    background: white;
    border: 3px solid #c3c3c3;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-top: 0px;
    padding: 20px;
    
    border-left: 2px solid white;

    border-right: 2px solid #444;
    border-bottom: 2px solid #444;

    box-shadow:
        inset -1px 0 0 black,
        inset 1px 0 0 #dfdfdf;
}
.panel-header {
    display:flex;
    justify-content: space-between;
    align-items: center;

    font-weight: bold;
    background:#0000aa;
    color:white;
    padding: 1%;

    border-left: 2px solid white;
    border-top: 2px solid white;
    border-right: 2px solid #444;

    box-shadow:
        inset -1px 0 0 black,
        inset 1px 0 0 #dfdfdf;
}
.win-controls {
    display: flex;
    gap: 2px;
}
.win-button {
    text-align: center;
    width: 20px;
    font-weight: bold;
    font-size: 15px; 
    background: #c3c3c3;
    color: black;
    padding-left:3px;
    padding-right: 3px;
    padding-top: 3px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    border-right: 2px solid #444;
    box-shadow: inset -1px 0 0 black, inset 1px 0 0 #dfdfdf;

}
.footer {
    background: white;
    margin-top: 40px;
    color: #0078d7;
    font-size: 12px;
    text-align: center;
    }

.color-palette {
    color-scheme: 
    #868a8e 
    #c3c7cb 
    #0000aa 
    #00ffff  
    #0078d7
    #008282
    #00ff00 
    #00aa55 
    #ffff00 
    #aa55aa 
    #aa0055 
    #ff0000;}