@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

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

body {
    background-color: rgb(0, 0, 0)
}

img {
    width: 100vw;
}

a {
    display: block;
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
}

a:hover {
    background-color: rgb(67, 113, 199);
    font-size: 1.2em;
    transition: background-color .2s, font-size .2s;
}