@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

body, html {
    width: 100vw;
    height: 100vh;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

img {
    width: 100vw;
}

a {
    font-family: 'Courier New', Courier, monospace;
    text-decoration: none;
    display: block;
    background-color: rgba(139, 0, 0, 0.603);
    width: 100vw;
    text-align: center;
    padding: 15px;
    color: white;
}