* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Velvelyne";
    src: url("Velvelyne-Regular.woff") format("woff");
    src: url("fonts/Velvelyne/Velvelyne-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "HyperScript";
    src: url("fonts/HyperScrypt/HyperScrypt-Stencil_web.woff") format("woff");
    src: url("fonts/HyperScrypt/HyperScrypt-Stencil_web.woff2") format("woff2");
}

body {
    height: 100%;
    line-height: 1.5;
    background-color: #000;
    font-family: "Velvelyne", sans-serif;
    font-size: 18px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-width: 1500px;
    max-width: 1500px;
    margin: 20px auto;
    min-height: 100vh;
}

.high-bar {
    background: #fff;
    border: 1px solid #000;
    border-bottom: none;
    padding: 5px;
    font-size: 14px;
}

header,
footer {
    background: #fff;
    color: #000000;
    text-align: center;
    padding: 10px;
}

header {
    margin-bottom: 10px;
    color: #fff;
    background-image: url(https://files.catbox.moe/kyp2by.png);
    background-size: cover;
    background-position: center;
}

header h1 {
    font-family: "HyperScript", serif;
}

footer {
    outline: 5px ridge #000000;
    margin: 5px;
    margin-top: 15px;
}

.horizontal-navbar {
    display: flex;
    justify-content: center;
    background-color: #fff;
    outline: 5px ridge #000000;
    padding: 5px;
    margin: 5px;
    margin-bottom: 15px;
}

.top-nav ul {
    display: flex;
    list-style: none;
    gap: 0;
}

.top-nav ul li {
    display: flex;
    position: relative;
    align-items: center;
}

.top-nav ul li::after {
    content: " ◆ ";
    margin: 0 10px;
}

.top-nav ul li:last-child::after {
    content: "";
}

.columns {
    display: flex;
    flex: 1;
    align-items: stretch;
    gap: 10px;
    height: 700px;
}

.left-sidebar,
.right-sidebar {
    display: flex;
    flex-direction: column;
    width: 220px;
    gap: 10px;
}

.left-sidebar h4,
.right-sidebar h4 {
    font-size: 15px;
    background-color: #000;
    color: #fff;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.left-sidebar .top-left,
.left-sidebar .bottom-left,
.left-sidebar .mid-left,
.right-sidebar .top-right,
.right-sidebar .mid-right,
.right-sidebar .bottom-right {
    flex: 1;
    background: #fff;
    outline: 5px ridge #000000;
    padding: 10px;
    margin: 5px;
}

.right-sidebar .bottom-right:last-child {
    text-align: center;
}

.right-sidebar .mid-right h4 {
    margin-bottom: 5px;
}

.left-sidebar .mid-left ul,
.left-sidebar .bottom-left ul {
    list-style: none;
    margin-top: 5px;
}

.mid-left {
    flex: 1;
    flex-direction: column;
    text-align: center;
}

.mid-left h4 {
    text-align: left;
}

.mid-left .button {
    margin-top: auto;
}

.mid-left p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dragon-egg {
    margin-top: 20px;
    margin-bottom: auto;
}

.top-right {
    text-align: center;
}

.top-right h4 {
    text-align: left;
}

.bottom-right p {
    text-align: center;
}

.bottom-left {
    text-align: center;
}

.bottom-left h4 {
    text-align: left;
}

.left-links ul {
    list-style: square;
    list-style-position: inside;
    margin-top: 5px;
}

.update-list {
    flex: 1;
    overflow-y: auto;
}

.main {
    display: flex;
    flex: 1;
    flex-direction: column;
    outline: 5px ridge #000000;
    text-align: center;
    background: #fff;
    margin: 5px;
    padding: 20px;
}

.main h2 {
    margin-bottom: 10px;
}

.main .main-text p {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}

.main .main-text p:last-of-type {
    margin-bottom: 0;
}

.main-image {
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    align-self: center;
}

.tamanotchi {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my-button {
    align-self: center;
}

.my-button-text {
    align-self: center;
    margin-top: auto;
    margin-bottom: 5px;
}

.no-hotlink {
    align-self: center;
    font-size: 14px;
    color: red;
}

.button {
    width: 88px;
    height: 31px;
    image-rendering: pixelated;
}

.button-collection {
    flex: 1;
    overflow-y: auto;
}

.friend-buttons {
    flex: 1;
    overflow-y: auto;
    margin-top: 10px;
}

.inactive-link {
    pointer-events: none;
    color: grey;
}