@font-face {
    font-family: derk;
    src: url(derk.otf);
  }
* {
    margin: 0;
    font-family: derk;
    font-weight: 100;
    color: white;
}

body {
    background-color: 343434;
    margin: 0;
}

h1 {
    font-family: "Fredoka", sans-serif;
    text-align: center;
}

img {
    margin-top: 23vh;
    padding-top: 1vh;
}

.link {
    background-color: #4F4A45;
    border: none;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    max-width: 30vh;
    margin-top: 10px;
}

div:hover {
    background-color: #6C5F5B;
}

a {
    text-decoration: none;
}
