@charset "UTF-8";

*{
    margin: 0px;
    padding: 0px;
    background-color: rgb(0, 17, 255);
    font-family: Arial, Helvetica, sans-serif;
}

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

img{
    width: 100vw;
    height: 100%;
}
a{
    display: block;
    background-color: rgb(0, 17, 255);
    color: rgb(255, 255, 255);
    padding: 20px;
    text-align: center;
    font-weight: bolder;
    text-decoration: none;
}

a:hover{
color: rgb(51, 255, 0); 
font-weight: bold;
font-size: 1.1em;
}