@font-face {
    font-family: "Quicksand";
    src: url(fontit/Quicksand/Quicksand-VariableFont_wght.ttf);
    font-weight: 300 700;
}
@font-face {
    font-family: "Overpass";
    src: url(fontit/Overpass/Overpass-VariableFont_wght.ttf);
    font-weight: 100 900;
}
@font-face {
    font-family: "Overpass";
    src: url(fontit/Overpass/Overpass-italic-VariableFont_wght.ttf);
    font-weight: 100 900;
    font-style: italic;
}
@font-face {
    font-family: "Caveat Brush";
    src: url(fontit/Caveat_Brush/CaveatBrush-Regular.ttf);
    font-weight: 400;
}

.quicksand {
    font-family: Quicksand;
}

.overpass {
    font-family: Overpass;
}

.caveatbrush {
    font-family: Caveat Brush;
}



body {
    background-color: #ffffff;
    
}

img {
    max-width: 100%;
}

.logo {
    width: 300px;
    text-align: center;
}

.laatikko {
    width: 200px;
    display: inline-block;
    padding: 10px;
}

.laatikko.turkoosi {
    background-color: #0099cc;
    color: #ffffff;
}

.laatikko.mustikka {
    background-color: #042648;
    color: #ffffff;
}

.laatikko.vaalea {
    background-color: #8bc1b2;
    color:  #042546;
}

.laatikko.fuksia {
    background-color: #a5407b;
    color: #ffffff;
}

.laatikko.idea {
    background-color: #f4d240;
    color: #000000;
}

.laatikko.havunvihrea {
    background-color: #397469;
    color: #ffffff;
}

