@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Pacifico&family=Pinyon+Script&display=swap');

body {
    background-color: rgb(121, 165, 248);
    background-image: url(helmikuutausta2.jpg);
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
    background-position: center center;
    color: #fff;
}

h1 {
    text-align: center;
    font-family: "Pacifico", serif;
    font-weight: normal;
    font-size: 50px;
    margin-bottom: 10px;
}

h1 a {
    color: inherit;
    text-decoration: none;
    margin: 20px;
}

h1 a:hover {
    text-shadow: 0px 0px 15px #11193f,
                 0px 0px 10px #11193f,
                 0px 0px 4px #11193f;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 7px;
}

th {
    font-family: "Oswald", serif;
    font-weight: normal;
}

td {
    font-family: "Pinyon Script", serif;
    border: 2px solid #fff;
    border-radius: 6px;
    width: 100px;
    height: 100px;
    vertical-align: top;
    text-align: right;
    font-size: 28px;
    padding-top: 3px;
    padding-right: 10px;
    box-sizing: border-box;
    color: #7584cc;
    background-color: hsla(0, 0%, 100%, 0.822);
}

.su {
    color: hwb(0 35% 21%);
}

.muu {
    color: #979696;
}

h1, th {
    text-shadow: 0px 0px 4px #151f4e,
                 0px 0px 2px #151f4e;
}

td:hover {
    background-color: hsla(230, 52%, 32%, 0.562);
    color: #fff;
}

.laskiainen {
    background-image: url(pulla.png);
    background-repeat: no-repeat;
    background-position: 8px 7px;
}

.ystavanpaiva {
    background-image: url(sydan.svg);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

.liputus {
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-size: 30px auto;

}

.suomi {
    background-image: url(suomen-lippu.gif);
}

.saame {
    background-image: url(saamen-lippu.svg);
    background-size: auto 21px;
}

.kuu {
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: 7px 7px;
}

.uusi {
    background-image: url(uusikuu.svg);
}

.kasvava {
    background-image: url(kasvavapuolikuu.svg);
}

.taysi {
    background-image: url(taysikuu.svg);
}

.vaheneva {
    background-image: url(vahenevapuolikuu.svg);
}