@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@900&display=swap');

body {
    font-family: 'Lato', sans-serif;
    background-image: url("content/immutable/flag-bg-1.png");
    background-size: cover;
}

div#stars {
    background: url("stars.jpg") repeat;
    background-size: 10%;
}

h1 {
    text-align: center;
    font-family: 'Alegreya', serif;
    font-size: 800%;
    color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #05038c;
    /* background: url("stars.jpg") repeat; */
    /* background-size: 10%; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-text-stroke-width: 4px; */
    /* -webkit-text-stroke-color: #ffff94; */
}

img#kitten {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

h2 {
    text-align: center;
    font-family: 'Alegreya', serif;
    font-size: 400%;
}

div.link {
    text-align: center;
    font-size: 200%;
}


