@font-face {
    font-family: "Perfect DOS";
    src: url("Perfect DOS VGA 437.ttf") format("truetype");
    font-display: swap;
}

html, body {
    font-family: 'Inter', sans-serif;
    background-color: #7a7a7a;
    color: white;
    margin: 0;
    height: 100%;
}

.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 12px;
    
}

.pixel-1 {
    font-family: "Perfect DOS";
    font-size: 24px;
    line-height: 1;
}

.header {
    background-color: #2c2c2c;
    padding: 8px;
    border-bottom: 6px solid #7700ff;
}

.page-content {
    flex: 1;
    overflow: auto;
    background-color: #acacac;
    padding: 8px;
    color: black;
}

.footer {
    background-color: #2c2c2c;
}

.footer-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-cont-left {
    text-align: center;
    justify-content: center;
}

.footer-cont-left a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-cont-left a svg {
    display: block;
}

.footer-cont-right {
    align-items: center;
}

.controls-1 {
    display: flex;
}

.a-btn-1 {
    display: block;
    text-decoration: none;
    color: white;
    padding: 8px;
}

.a-btn-1:hover {
    color: #00f8f8;
}

.a-btn-1:active {
    color: #005c5c;
}

.header-cont-1 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    
}

.header-cont-right {
    align-content: center;
}

.discord-icon-1 {
    color: #5865f2;
    width: 32px;
    height: 32px;
}

