  
        *{margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;}
        body{
            
            
            font-family: "Source Code Pro", monospace;
        }
        
        body,html{height: 100vh;
        }
        
        img{width: 100%;
        display: block;}
        
        #logo{width: 12%;
        margin-bottom: 50px;}
        
        #wrap{display: flex;
        justify-content: center;
            align-items: center;
            flex-direction: column;
            height: 100%;
        
        }
        
        #txt{width: 40%;text-align: center;
            font-weight: 500;
        font-size: 1.2vw;}
        
        #contact{margin-top: 50px;
        
        }
        
        #contact a{color: blue;}
        #contact a:hover{color: red;}
       
        
        marquee{font-size: 20vw;
        position: fixed;
        top:50%;
        z-index: 0;
        opacity: 0.4;}
        
        #etna{
            background-image: url(noise.png);
            height: 100%;
            width: 100%;
            z-index: -1;
            position: fixed;
            left: 0;
            top:0;
            display: flex;
            justify-content: center;align-items: center;
        }
        
        #etna img{transform: scale(0.8);
        opacity: 0.1;}
        @media screen and (max-width:1024px){
            #logo{width: 250px;}
             #txt{width: 90%;text-align: center;
            font-weight: 500;
        font-size: 2vh;}
            
            #contact{font-size: 2vh;}
            
}
        

        