@charset "UTF-8";


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

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

img{
    width: 100vw;
    
}

a{
    display: block;
    background-color: darkred;
    padding: 20px;
    color: white;
    font-size: 2em;
    text-align: center;
    text-decoration: none;
    font-weight: bolder;
}
a:hover{
    background-color: red;
}