@charset "UTF-8";



        *{  
            padding: 0px;
            margin: 0px;
        }
        body{   
            font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
            background-color: black;
            width: 100vw;
            height: 100vh;
        }
        ::-webkit-scrollbar{    
            width: 0px;
            height: 0px;
        }
        img{    
            width: 100vw;
            display: block;
        }
        a{  
             display: inline-block; 
            background-color: firebrick;
            text-align: center;
            text-decoration: none;
            font-weight: bold;
            height: 20px;
            padding: 5px;
            width: 100vw;
           
            
        }
        
        a:hover{    
            color: aliceblue;
            background-color: red;
           
        }