@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: rgb(245, 156, 171);
    background-image: url(cat-6578336_1920.jpg);
    background-size: cover;
    min-height: 100vh;
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
    background-position: center center;

    color: pink;
}

h1{
    text-align: center;
    font-family: "Lobster", serif;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 10px;
}

h1 a {
     
        color: inherit;
        text-decoration: none;
        margin: 40px;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 5px;
}

th {
    font-family: "League Gothic", serif;
    font-weight: normal;
    font-size: 30px;
}

td {
    border: 2px solid #ffffff;
    font-family: "Lobster", serif;
    font-weight: 400;
    border-radius: 6px;
    width: 130px;
    height: 130px;
    vertical-align: top;
    text-align: right;
    font-size: 30px;
    padding-top: 5px;
    padding-right: 10px;
    box-sizing: border-box;
    color: pink;
    background-color: rgba(255, 255, 255, 0.527);


    
}
.su {
    color: #ff7eb4;
}
.muu {
    color: rgb(195, 150, 255)
}

h1, th {
    text-shadow: 0px 0px 4px rgb(231, 137, 169);
}

td:hover {
    background-color:hsla(0, 0%, 100%, 0.842);
    color:pink;
}

.laskiainen {
    background-image: url(laskiaispulla.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.ystavanpaiva {
    background-image: url(sydan.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.liputus {
    background-repeat: no-repeat;
    background-position: 8px 10px;
}

.suomi {
    background-image: url(suomenlippu.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-repeat: 
}

.uusi {
    background-image: url(taysikuu.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.kasvava.kuu {
    background-image: url(kasvavapuolikuu.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.taysi.kuu {
    background-image: url(tausikuu.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.vaheneva.kuu {
    background-image: url(vahenevapuolikuu.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

h1 a :hover {
    text-shadow: 0px 0px 15px pink,
                 0px 0px 10px pink
                 0px 0px 4px  pink;
}