body {
    background-color: #181c14;
    color: #eceff4;
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1 {
    color: #eceff4;
    font-family: "Inter", sans-serif;
}

a:link {
    color: #ecdfcc;
    background-color: transparent;
    text-decoration: none;
}

a:visited {
    color: #697565;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #ecdfcc;
    background-color: transparent;
    text-decoration: underline;
}

/* Style the tab */

.tab {
    overflow: hidden;
    background-color: #3c3d37;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    color: #eceff4;
    background-color: #3c3d37;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    color: #000000;
    background-color: #ecdfcc;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #697565;
}

/* Style the tab content */
.tabcontent {
    color: #eceff4;
    font-family: "Inter", sans-serif;
    padding: 6px 12px;
}

.spacer {
    flex: 1;
}

footer {
    height: 50px;
}
