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

    img{
        width: 100vw;
    }

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

    a:hover{
        background-color: red;
    }
