
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Seaweed+Script&family=Spicy+Rice&display=swap');

body {
    background-color: rgb(156, 202, 245);
    background-image: url(helmikuu_taustakuva.jpg);
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
    color: #fff;
    font-size: 30px;
}

h1{
    text-align: center;
    font-family: "Spicy Rice", serif;
    font-weight: normal;
    font-size: 54px;
    margin-bottom: 7px;
}
h1 a {
    color: inherit;
    text-decoration: none;
    margin: 48px;
}

h1 a:hover {
    text-shadow: 0px 0px 10px #312f2f,
                0px 0px 10px #312f2f ;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 5px;
}

th {
    font-family: "League Gothic", serif;
    font-weight: normal;
}

td {
    font-family: "Seaweed Script", serif;
    border: 2px solid #fff;
    border-radius: 6px;
    width: 130px;
    height: 130px;
    vertical-align: top;
    text-align: right;
    font-size: 30px;
    padding-top: 1px;
    padding-right: 10px;
    box-sizing: border-box;
    color: rgb(50, 50, 138);
    background-color: rgba(255, 255, 255, 0.233);
    background-repeat: no-repeat;
    background-position: 8px 10px;
}

.muu {
    color: #999;
}
.su {
    color: rgb(140, 56, 219);
}

h1, th {
    text-shadow: 0px 0px 4px #4d4545;
}

td:hover {
    background-color: hsla(220, 6%, 36%, 0.623);
    color:#fff; 
}
.laskiainen{
    background-image: url(laskiaispulla.png);

}
.ystavanpaiva {
    background-image: url(sydan.svg);
    background-size: 30px auto;

}
.liputus {
    background-repeat: no-repeat;
    background-position: 8px 10px;
    background-position: 5px 10px;

}

.suomi {
    background-image: url(suomen-lippu.gif);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 5px 5px;

}

.saame {
    background-image: url(Sami_flag.svg.png);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    
}

.kuu {
    background-size: 30px auto;
}
.uusi {
    background-image: url(uusikuu.svg);
}
.kasvava {
    background-image: url(kasvavapuolikuu.svg);
}
.taysi {
    background-image: url(taysikuu.svg);
}
.vaheneva {
    background-image: url(vahenevapuolikuu.svg);
}
