div {
    margin: 100px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 100px;
    font-family: 'astlochrbold';
    font-size: 250%;
    color: white;   
}

h1 {
    font-family: 'unormativefraktur';
    font-size: 1200%;
    color: white;
    justify-content:center;
    place-content: center;
    display: grid;

        text-shadow:   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000,
     1px 1px 2px #141414,
     1px 1px 3px #141414,
     1px 1px 5px #141414,
     1px 1px 7px #141414,
     1px 1px 10px #141414,
     1px 1px 12px #141414,
     1px 1px 18px #141414;color:#fff;
}

body {
    background-image: url(../images/aled.jpeg);
    background-size: 50%;
    color: white;
    
}

a {
    color: #ffffff; 
    justify-content: center;
    place-content: center;
    text-decoration: none;

}

a:hover { color: #031b0c;
}

