
@import url('https://fonts.googleapis.com/css2?family=Galada&family=Notable&family=Oswald:wght@200..700&display=swap');

body{
    background-color: rgb(49, 135, 211);
    background-image: url(tausta.jpg);
    background-size: cover;
    min-height: 100vh; 
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
    background-position: center center;
    color: white;

}

h1 {
    text-align: center;
    font-family: "Notable", serif;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 20px;
}

    h1 a {
        color: inherit;
        text-decoration: none;
        margin: 10px;
    }

h1 a:hover {
    text-shadow: 0px 0px 15px #000000;
}

table{
    margin-left: auto;
    margin-right: auto;
    border-spacing: 4px;
}

th {
    font-family: "Oswald", serif;
}

td {
    font-family: "Galada", serif;
    border: 2px solid #ffffff;
    border-radius: 6px;
    width: 100px;
    height: 100px;
    vertical-align: top;
    text-align: right;
    font-size: 25px;
    padding-top: 2px;
    padding-right: 4px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 0, 0.384);

}

.muu {
    color:rgb(78, 78, 78)
}

.su {
    color:rgb(161, 161, 161)
}
h1, th {
    text-shadow: 0px 0px 15px #cbeaff83;
}

td:hover {
    background-color: hsla(0, 0%, 100%, 0.644);
}

.laskiainen {
    background-image: url(laskiaspulla.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 35px;
}

.ystavanpaiva {
    background-image: url(sydan.svg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 35px;
}

.liputus {
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 35px;
}

.suomi {
    background-image: url(suomen-lippu.gif);
    background-size: 35px;
}

.saame {
    background-image: url(saaamenlippi.webp);
    background-size: auto 24px;
}

.kasvava {
    background-image: url(kasvava.svg);
    background-size: auto 24px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.taysi {
    background-image: url(taysikuu.svg);
    background-size: auto 24px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.uusi {
    background-image: url(uusikuu.svg);
    background-size: auto 24px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}

.vaheneva {
    background-image: url(vahenema.svg);
    background-size: auto 24px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}