@import url('https://fonts.googleapis.com/css2?family=Asset&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DynaPuff&display=swap');

body {
    background-color: rgb(28, 28, 28);
    background-image: url("/assets/stars.gif");
    background-size: 200px;
    background-repeat: repeat;
    background-attachment: fixed;
    font-family: "DynaPuff", system-ui;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

h2 {
    font-weight: 200;
}

h3 {
    margin: 0;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: fit-content;
    margin: 20px auto 0 auto;
    gap: 20px;
}

.item-main {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.banner-table {
    width: 100%;
    border-spacing: 0;
}

.banner {
    text-align: center;
    padding: 20px;
    background-color: rgb(28, 28, 28);
    border: 3px solid rgb(158, 158, 158);
}

.banner-text {
    color: rgb(237, 57, 186);
    font-family: "Asset", serif;
    font-size: 40px;
    font-weight: 200;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 12px;
}

.sidebar-table {
    border-spacing: 0;
}

.sidebar-content {
    width: 200px;
    vertical-align: top;
    padding: 20px;
    text-align: center;
    border: 3px solid rgb(158, 158, 158);
    background-color: rgb(28, 28, 28);
    color: rgb(188, 188, 188);
}

.main-table {
    width: 1000px;
    border-spacing: 0;
}

.main-content {
    vertical-align: top;
    padding: 20px;
    background-color: rgb(28, 28, 28);
    border: 3px solid rgb(158, 158, 158);
    color: rgb(188, 188, 188);
}