@import "colors.css";

:root, html, body, a, img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;

    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

:root, html, body {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;     
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

:root {
    color: var(--accent-color);
    font-family: monospace;
}

.main-div {
    background-color: var(--main-color-transperent);
    height: 100vh;
    width: 100vw;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img, image {
    align-self: center;
    width: 650px;
    height: 492px;
}