@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
        @import url('https://fonts.googleapis.com/css2?family=Yarndings+12&display=swap');
        @import url('https://fonts.googleapis.com/css?family=Lato');
        @import url('https://fonts.cdnfonts.com/css/pusab');


        html {
            background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('https://background-tiles.com/overview/black/patterns/large/1035.png');

        }
        
        img{
         padding: 5px;
        }


            
        }
        
        body {
            text-align: center;
        
        }


        a:not(.thingLink):focus-visible {
            font-weight: bold;
        }
        

        
        
        
        
        .left { 
            display:table-cell; 
            vertical-align:middle; 
            width:300px; 
            margin:0; 
            padding:0;   
            height:80px; 

        }

        .right { 
            display:table-cell; 
            vertical-align:middle; 
            width:280px; 
            padding:0 10px; 
        }
        


        .header {
            
            font-family:Silkscreen;
            text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
            font-weight: 100;
            color: white;
        }
        
        
        
        
        .yarndings{
            font-family: "Yarndings 12", system-ui;
            font-weight: 400;
            font-size: 45px;
            font-style: normal;
        }
        


        

        .grey {
            background-color: #f2f2f2;
            color: #000;
        }
        
        .element {
            border-radius:5px
        }


        
        
        
        hr {
            border-color:#a3a3a3;
            display: block;
            height: 10px;
            border: 0;
            border-top: 10px solid  #a3a3a3;
            margin: 1em 0;
            padding: 0;
        }
        #div {


            border-left:0px;
            border: 0;
            width: 80%;

            height: 500%;
          
            margin-left: 10%;
        }


        .navbar {
            display: flex;
            border-radius:5px
            align-items: center;
            justify-content: space-between;
            top: 0px;
            
            background-blend-mode: darken;
            background-size: cover;
            color: white;
            padding: 5px 20px;
        }
        
        
        
        
        .nav-list {
            
            display: flex;
            list-style: none;
        }

        .nav-list li {
            margin-right: 20px;
            color: white;
        }

        .nav-list li:last-child {
            margin-right: 0;
        }

        .nav-list li a {
            text-decoration: none;
            color: white;
            font-size: 18px;
            transition: color 0.3s ease-in-out;
        }

        .nav-list li a:hover {
            color: #828282;
            /* Change the color on hover */
        }
        li {
            font-family:Silkscreen;
            background-color: "#000000";
        }
    
        .rightNav {
            text-align: right;
        }



        .btn {
            background-color: #ffd700;
            color: #000;
            border: none;
            padding: 8px 12px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease-in-out;
 
        }
        
        
        .btn:active {
            transform: translate(0px, 5px);
  -         webkit-transform: translate(0px, 5px);
            box-shadow: 0px 1px 0px 0px;
        }
        .socials {

            transition: all 0.25s ease;
            transform: scale(1.25);
            background-color: transparent;
            background-repeat: no-repeat;
            border: none;
            cursor: pointer;
            overflow: hidden;
            outline: none;
        }
        
        button {
            border: none;
            text-decoration: none;
	        background-color: rgba(0, 0, 0, 0.5);
	        
            border-radius: 5px;
            padding: 1px 30px;
            width: 280px;
            margin: 5px 12px;
            text-align: center;
            cursor: pointer;
            transition: all 0.1s ease;


	        font-family: "Lato";
	        color: white;
            font-size: 16px;
            box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.15);
             font-size: 20px;
            font-weight: bold;
            height: 69px;
            padding: 0px 0px;
        }
        .container {
            clear: left;
        }        
        
        .socials:hover {
            transform: scale(1.5) perspective(0.5px)
        }
        button:hover {

               /*  Making button bigger on hover  */
            transform: scale(1.1) perspective(0.55px)
        }