@charset "UTF-8";

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

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

body {
    font-family: Arial, Helvetica, sans-serif;
}

img {
    width: 100vw;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bolder;
    text-decoration: none;
    background-color: rgba(173, 0, 0, 0.768);
    color: white;
    text-align: center;
    width: 96vw;
    display: block;
    margin-top: -3.5px;
    padding: 10px;
}

a:hover {
    text-decoration: underline;
    background-color: red;
}