*{
	margin: 0;
	padding: 0;
	}
        
	body {
            display:grid;
           /* grid-template-columns: 100vw; */
            width: 100vw;
            height: 100vh;
	    justify-content: center;
	    background-color: black;
        }
        
        h1 {font-size: 40px;}
        h2 {font-size: 30px;}
        #wrapper
        {            
            background-color: black;
            color: antiquewhite;
            text-align: center;
            height: fit-content;
            width: 100vw;
            font-family: "Dancing Script",sans-serif;
        }

        #linko
        {
            text-align: center;
            font-size: 15px;
            font-family: 'Roboto Light',serif;
            align-self: last baseline;
            height: fit-content;
            margin-bottom: 20px;            
        }
        a.wllinko{ 
            text-decoration: none; 
            color: #7573d8;
        }
        .wllinko:hover{
            color: #6462c7;
            text-decoration: none;
        }
        h3 {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 15px;
        }