@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sonsie+One&display=swap');
body {
    background-color: rgb(16, 156, 238);
    background-image: url(snow.jpg);
    background-size: cover;
    min-height: 100vh; 
    margin: 0;
    padding: 1px;
    box-sizing: border-box;
    background-position: right bottom;
    color: #fff;
}
h1 {
    text-align: center;
    font-family:"Oswald", serif;;
    font-weight: normal;
    font-size :50px; 
    margin-bottom: 7px;


 } 
 h1 a{ color: inherit;
text-decoration: none;
margin: 40px;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-spacing: 5px;
}
th {
    font-family: "Oswald", serif;
    font-weight: normal;
}

td {font-family:Oswald, serif; 
    border: 2px solid #fff;
    border-radius: 6px;
    width: 120px;
    height: 120px;
    vertical-align: top;
    text-align: right;
    font-size: 35px;
    padding-top: 1px;
    padding-right: 10px;
    box-sizing: border-box;
    color: rgb(178, 132, 221);
    background-color: rgba(255, 255, 255, 0.8);
}
.su {
    color: #ff0000;
}   
.muu {
      color: #999;
}

h1, th {
    text-shadow: 0px 0px 4px #366792;
}
 
td:hover {
    background-color: hsla(208, 70%, 20%, 0.6);
    color: #fff;
}  
.laskiainen {
    background-image: url(laskiaspulla.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.ystvanpaiva {
    background-image: url(heartt.png);
    background-repeat: no-repeat;
    background-size: 30px auto;
    background-position: 8px 10px;
}
.liputus {
    background-repeat: no-repeat;
   background-position: 8px 10px; 
}
.suomi {
    background-image: url(suomenlippu.gif);
}
 
.saame {
    background-image: url(saamenlippu.webp);
    background-size: auto 22px ;
}
.kuu {
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 8px 10px;
}

.uusi {
   background-image: url(uusikuu.svg);
}
.kasvava{
    background-image: url(kasvavakuu.svg);
}

.taysi{
    background-image: url(taysikuu.svg);
}

.vaheneva{
    background-image: url(vahenevapuolikuu.svg);
}








