    *{
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
    }
    ::-webkit-scrollbar{
        width: 0px;
        height: 0px;
    }
    img{
        width: 100vw
    }
    a{
        display: block;
        padding: 10px;
        background-color: red;
        text-decoration: none;
        font-weight: bold;
        color: white;
        text-align: center;
    }