@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Overpass:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap');


h1 {
    font-size: 40px;
    color: #042546;
   font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

h2 {
     font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal; 
}

body{
font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: center;
font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p {
    width: 600px auto;
    margin: auto;
    padding: 10px;
    
}

.nav {
    color: #ffffff;
    background-color: #0099cc;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    a:link {color: hsl(0, 0%, 0%);}
    a:visited {color: hsl(0, 0%, 100%);}
    
}

 .laatikko {
    max-width: 200px;
    padding: 15px;
    margin-bottom: 30px;
    display: inline-block;
 }

.turkoosi {
    background-color: #0099cc;
    color: white;   
    box-shadow: 0px 20px 0px hsla(195, 100%, 40%, 0.5);
}

.mustikka {
    background-color:  #042546;
    color: white;
    box-shadow: 0px 20px 0px hsla(210, 89%, 15%, 0.5);
}
.petrooli {
    background-color:#8cc1b3 ;
    color: #042546;
    box-shadow: 0px 20px 0px hsla(164, 30%, 65%, 0.5);
}

.fuksia {
    background-color: #a5407b;
    color: white;
    box-shadow: 0px 20px 0px hsla(325, 44%, 45%, 0.5);
}
.idea {
    background-color: #f4d240;
    color: #042546;
    box-shadow: 0px 20px 0px hsla(49, 89%, 60%, 0.5);
}
.havunvihrea {
    background-color: #397368;
    color: white;
    box-shadow: 0px 20px 0px hsla(169, 34%, 34%, 0.5);
}

.harmaa {
    background-color: #f1eeeb;
    color: black;
}
.sisalto {
    padding: 20px;
}

.fontti {
font-size: 30px;
margin-top: 10px;
}

.quicksand {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.overpass {
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.caveatbrush {
    font-family: "Caveat Brush", cursive;
    font-weight: 400;
    font-style: normal;
}


.koodi {
    margin-top: 30px;
    width: 600px auto;
    margin: auto;
    padding: 10px;
}

code {
    white-space: pre-wrap;
    word-break: break-all;
}

.logot img {
    background-color: #adadad;
    width: 300px;
    padding: 10px;
}



footer {
    background-color:#0099cc;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    a:link {color: hsl(0, 0%, 100%);}
    a:visited {color: hsl(0, 0%, 100%);}

    
}

a:link {color: hsl(0, 0%, 0%);}
a:visited {color: hsl(0, 0%, 0%);}


