body {
    font-family: 'Press Start 2P', cursive;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #131515;
    color: #2DE1C2;
    line-height: 1.4;
    overflow-x: hidden;
}

html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

a {
    color: #339989;
}

a:hover {
    text-decoration: underline;
}

.sidebar-box img,
.main-content-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
footer {
    background-color: #131515;
    color: #7DE2D1;
    text-align: center;
    padding: 10px;
}