@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

@import url('https://fonts.googleapis.com/css2?family=New+Rocker&display=swap');

body {
    background-color: #606b92;
    background-image: url(auringon_lasku.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
}

h1 {
    text-shadow: 0px 0px 8px hsl(36, 53%, 48%);
    text-align: center;
    font-size: 60px;
    margin-bottom: 12px;
    font-family: "New Rocker", system-ui;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 12px;
}

th {
    text-shadow: 0px 0px 6px hsl(0, 0%, 0%);
    color: #fff;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
}

td {
    border: 3px solid #fae7b2;
    border-radius: 15px;
    width: 100px;
    height: 100px;
    vertical-align: top;
    text-align: right;
    font-size: 35px;
    padding-top: 5px;
    padding-right: 10px;
    box-sizing: border-box;
    color: #a87300;
    background-color: hsla(34, 59%, 76%, 0.85);
    font-family: "Great Vibes", cursive;
    cursor: pointer;
}

td:hover {
    background-color: hsl(41, 100%, 55%, 0.85);
    color: #fff;
}

.muu {
    color: rgb(151, 151, 151);
}

.su {
    color: #aa2020;
}

.muu-su-laskiainen {
    color: rgb(146, 106, 106);
    background-image: url(laskiaispulla.png);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

.valentines {
    background-image: url(heart.svg);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

.liputus-suomi {
    background-image: url(suomen_lippu.gif);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

.liputus-saame {
    background-image: url(saami_lippu.svg);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

.kasvava {
    background-image: url(kasvava_puolikuu.svg);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

.taysi {
    background-image: url(taysi_kuu.svg);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

.vaheneva {
    background-image: url(vaheneva_puolikuu.svg);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 6px 5px;
}

.uusi {
    background-image: url(uusi_kuu.svg);
    background-size: 26px auto;
    background-repeat: no-repeat;
    background-position: 6px 5px;
}