@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;
}
body {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    font-family: overpass, sans-serif;
}
.varilaatikko {
    margin-top: 7px;
    width: 200px;
    display: inline-block;
    padding: 12px;
    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: rgb(0, 0, 0);
}
.fuksia {
    background-color: hsl(325, 44%, 45%);
    color: white;
}
.idea {
    background-color: hsl(49, 89%, 60%);
    color: rgb(0, 0, 0);
}
.havunvihrea {
    background-color: hsl(169, 34%, 34%);
    color: white;
}
.hiekka {
    background-color: hsl(30, 18%, 93%);
    color: rgb(0, 0, 0)
}
table {
    border-collapse: collapse;
    margin-bottom: 1em;
}
td {
    vertical-align: top;
    padding: 3px 6px;
}
th {
    text-align: left;
    padding: 3px 6px;
}
th, td {
    font-size: 18px;
    color: white;
    background-color:hsl(169, 34%, 34%) ;
    border: 1px solid #000;
}
td a:visited {
color: hsl(49, 89%, 60%);
}
td a:link {
color: hsl(49, 89%, 60%);
}
img {
    max-width: 400px;
    max-height: 400px;
    background-color: hsl(210, 89%, 15%);
}
.mustalogo img {
    background-color: hsl(195, 100%, 40%);
}
a:visited {
color: hsl(195, 100%, 40%);
}
a:link {
color: hsl(195, 100%, 40%);
}
.caveatbrush {
    font-family: Caveat Brush;
    font-size: 22px;
}
.quicksand {
    font-family: Quicksand;
    font-size: 20px;
}
.overpass {
    font-family: Overpass;
    font-size: 20px;
}