*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    }


    #container{
        width: 100%;
        min-height: 100vh;
        position: relative;
        
       
     
    }  
    
    header{
        width: 100%;
        background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
    }
    
    nav{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 2%;
        
        
    }
    
    nav .logo{
        width: 50px;
    }
    
    nav ul li{
        list-style: none;
        display: inline-block;
        margin-left: 20px;
        color: white;
        font-size: 18px;
     
        
    }
    
    nav ul li a{
        text-decoration: none;
        color: #fff;
        padding: 10px 10px;
        transition: all 0.5s;
        border: solid 2px;
        border-radius: 150px; 
       
    }
    
    nav ul li a:hover,
    nav ul li a:active{
        background: black;
        color: #fff;
       
    }

    #features{
        padding-top: 20px;
        padding-bottom: 200px;
        
        
      
      
        
         
      
      
        
    }

    .nav-row{
       width: 90%;
       margin: auto;
       display: flex;
       align-items: center;
       justify-content: space-around;
       
        
    }

    .nav-col{
        padding-top: 30px;
        padding-bottom: 50px;
    }








    footer{
        width: 100%;
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(rgba(12,3,51,0.3),rgba(12,3,51,0.3));
        padding: 10px 2%;
        
        
       
        
    }
    
    .footy-row{
        
        display: flex;
        justify-content: space-between;
    }
    
    .footy-col{
        
      margin-right: 10px; 
        
    }
    
    
    .about{
        width: 60px;
    }
    
    
    p{
        color: black;
        margin-top: 2px;
    }
    
    .disclaimer{
        margin-top: 5px;
    }
    
    
    