@font-face {
    font-family: Quicksand;
    src: url(tredu-fontit/Quicksand/Quicksand-VariableFont_wght.ttf);
    font-weight: 300 700;
}

@font-face {
    font-family: Overpass;
    src: url(tredu-fontit/Overpass/Overpass-VariableFont_wght.ttf);
    font-weight: 100 900;
}

@font-face {
    font-family: Caveat;
    src: url(tredu-fontit/Caveat_Brush/CaveatBrush-Regular.ttf);
    font-weight: 400;
}

.logo {
    width: 300px;
}

.valkonen {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.158);
}



body {
    font-family: Quicksand, sans-serif;
}

h2 {
    margin-top: 40px;
}

h1 {
    font-size: 50px;
}

table {
    width: 700px;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: white;
}

table td {
    border: 2px solid  hsl(169, 34%, 34%);
    padding: 10px 10px;
    text-align: left;
}

th {
    background-color: hsl(169, 34%, 34%);
    color: white;
    padding: 10px;
    text-align: left;
}

.varilaatikko {
    width: 250px;
    display: inline-block;
    padding: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
}

.turkoosi {
    background-color:  hsl(195, 100%, 40%);
    color: white;
}

.mustikka {
    background-color: hsl(210, 89%, 15%);
    color: white;
}

.petrooli {
    background-color: hsl(164, 30%, 65%);
    color: #042546;
}

.fuksia {
    background-color: hsl(325, 44%, 45%);
    color: white;
}

.idea {
    background-color:  hsl(49, 89%, 60%);
    color: #042546;
}

.havunvihreä {
    background-color: hsl(169, 34%, 34%);
    color: white;
}

.hiekka {
    background-color: hsl(30, 18%, 93%);
    color: rgb(0, 0, 0);
}

.turkoosis {
    background-color: hsl(210, 89%, 15%);
}

.mustas {
    background-color:  hsl(195, 100%, 40%);
}

.valkos {
    background-color:  hsl(195, 100%, 40%);
}


a:link {
    color: black;
}

a:visited {
    color: black;
}

.quicksand {
    font-family: Quicksand, sans-serif;
    font-size: 28px;
}

.overpass {
    font-family: Overpass, sans-serif;
    font-size: 28px;
}

.Caveat {
    font-family: Caveat, sans-serif;
    font-size: 28px;
}






