:root {
    --text-color: #d7faff;
    --secondary-text-color: #023136;
}

aside {
    /*background-image: linear-gradient(
        to left,
        rgba(213, 213, 213, 1) 0%,
        rgba(204, 204, 204, 1) 38%,
        rgba(172, 172, 172, 1) 59%,
        rgba(135, 135, 135, 1) 78%,
        rgba(236, 236, 236, 1) 100%
    );
*/
    width: 50px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;

    gap: 5px;
    p {
        margin-bottom: 20px;
    }
}
html {
    width: 100svw;
    background-color: blue;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

p,
h1,
h2 {
    font-family: "Asimovian", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-size: 48px;
}
h2 {
    font-size: 18px;
}

li {
    font-family: "Tektur", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
body {
    height: auto;
    min-height: 100svh;
    font-size: 14px;
    background-color: white;
}

.sub_container {
    height: 100%;
    display: flex;
}

header {
    background-image: url("../assets/ui/home/hotbar.webp");
    height: 50px;
    width: 762px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}

footer {
    text-align: center;
    /*color: var(--text-color);*/
}
.main_content {
    padding: 10px 10px 0px 10px;
    display: flex;
}
.home_container {
    margin: 10px 0 0 10px;
    width: 752px;
    height: 107px;
    background-repeat: no-repeat;
    background-image: url("../assets/ui/home/home.svg");
    background-size: contain;
    padding-top: 20px;
    padding-left: 60px;
    position: relative;

    img {
        position: absolute;

        bottom: 0px;
        left: 550px;
    }

    h1 {
        color: var(--text-color);
    }
}
.notice_and_welcome {
    display: flex;

    gap: 10px;
}
.notice {
    width: 155px;
    height: 323px;
    background-image: url("../assets/ui/home/notice.svg");
    background-size: contain;
    background-repeat: no-repeat;
    color: var(--secondary-text-color);
}

.notice > p:first-of-type {
    width: 60px;
    text-align: center;
    padding-bottom: 15px;
    color: var(--secondary-text-color);
}

.item-rows-group {
    display: flex;
    flex-direction: column;
}

.welcome_container > div:first-child {
    width: 400px;
    height: 46px;
    background-image: url("../assets/ui/home/welcome.svg");
    padding: 10px 0 0 20px;
    h2 {
        color: var(--secondary-text-color);
        margin-left: 20px;
    }
}
.welcome_container > section {
    width: 400px;
    height: 273px;
    margin-top: 8px;
    background-image: url("../assets/ui/home/welcome_message.svg");
    background-size: contain;
    background-repeat: no-repeat;

    color: var(--secondary-text-color);
    padding-top: 40px;
    padding-inline: 20px;

    font-family: "Tektur", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "wdth" 100;

    text-align: justify;
}
.recents {
    padding-top: 10px;
}
.recents > section {
    margin-bottom: 10px;
    width: 385px;
    height: 93px;
    background-image: url("../assets/ui/home/recents.svg");
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 5px;
    p:first-child {
        color: var(--text-color);
        width: 150px;
        text-align: center;
    }
}
.marquee_tags {
    padding-inline: 10px;
}
.marquee_tags > div:first-child {
    background-image: url("../assets/ui/home/cool.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 282px;
    height: 40px;
    padding: 10px 0px 0px 40px;
    p {
        color: var(--secondary-text-color);
    }
}

.utils_container {
    height: auto;
}
.utils_container > section {
    margin-bottom: 20px;
    margin-left: 8px;
    p {
        width: 90px;
        padding-top: 5px;
        text-align: center;
        color: var(--secondary-text-color);
    }
}

.banner,
.guest_book {
    height: 182px;
    width: 182px;
    background-image: url("../assets/ui/home/util.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.stamps {
    height: 252px;
    background-image: url("../assets/ui/home/util2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 182px;
}
.stamp_wrapper {
    display: flex;
    gap: 5px;
}

ul {
    padding-left: 20px;
}
