body {
    background-color: black;
    color: white;
} 

.dark-mode {
    background-color: white;
    color: black;
}

.topnav {
    background-color: black;
    overflow: hidden;
    border-bottom: 5px solid gray;
    margin: 0px -15px;
}

.topnav a {
    float: left;
    color: inherit;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 24px;
    border-right: 1px solid gray;
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
}

.topnav a:hover {
    background-color: purple;
    color: white;
}

.active {
    background-color: purple;
    color: white;
}

.responsive {
    width: 100%;
    height: auto;
}

.column {
    border: 2px solid gray;
    border-radius: 15px;
    background-color: purple;
    width: 25%;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    text-align: center;
}

.column a {
    font-size: 26px;
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.column2 {
    border: 2px solid gray;
    border-radius: 15px;
    width: 25%;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    text-align: center;
}

.column2 a {
    font-size: 20px;
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rows a {
    font-size: 20px;
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: white;
}

.content {
    border: none;
    padding: 1px;
    margin-top: 5px;
}

.text {
    border: 2px solid gray;
    border-radius: 15px;
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
    height: auto;
    margin-top: 10px;
}

.column2.side {
    border: 2px solid gray;
    border-radius: 15px;
    width: 25%;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    height: auto;
    float: left;
    padding: 10px;
}

.rows {
    border: 2px solid gray;
    border-radius: 15px;
    width: 40%;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 5px;
    height: auto;
    padding: 10px;
    float: left;
}

.stack::after {
    content: "";
    display: table;
    clear: both;
}

.row2::after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: auto) {
    .column.side {
        width: 100%;
    }
    .rows {
        width: 100%;
    }
}

#header {
    background-color: purple;
    border-bottom: 5px solid gray;
    color: white;
    text-align: center;
    margin: 0px -15px;
    margin-top: -10px;
    padding: 1% 0%;
    width: auto;
}

#box1 a {
    font-size: 36px;
    font-family: "Black Ops One", system-ui;
    font-weight: 400;
    font-style: normal;
    color: white;
}

#box0 {
    border: 2px solid gray;
    border-radius: 15px;
    text-align: center;
    width: 50%;
    height: auto;
    margin-top: 100px;
    align-content: center;
    margin-left: 25%;
    margin-right: 25%;
}

#box1 {
    border: 2px solid gray;
    background-color: purple;
    border-radius: 15px;
    width: 25%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
}


#box2 {
    border: 2px solid gray;
    border-radius: 15px;
    width: 75%;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}

#beader {
    border: 2px solid gray;
    border-radius: 15px;
    text-align: center;
    width: 50%;
    height: auto;
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
}

#info {
    border: 2px solid gray;
    border-radius: 15px;
    text-align: center;
    width: 30%;
    height: auto;
    margin-top: 5px;
    float: right;
}

#content2 {
    border: 2px solid gray;
    border-radius: 15px;
    text-align: center;
    width: 50%;
    height: auto;
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
}

#head1 {
    border-bottom: 2px solid gray;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}