@charset "UTF-8";

body{
        background-color: white;
       
    }
    *{
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
    }
    img{
        
        width: 100vw;


    }
    a{
        display: block;
        color: rgb(0, 0, 0);
        background-color: white;
        text-align: center;
        text-decoration: none;
        border-radius: 10px;
        padding: 10px;

    }
    a:hover{
        text-decoration: underline;
        background-color: antiquewhite;
        transition-duration: 1s;
        transform: scale(98%);

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

    }
    