@import url('https://fonts.googleapis.com/css?family=Catamaran');
:root {
    background-color: #242424;
    color: #fafafa;
    font-family: "Catamaran", sans-serif;
}

body {
    margin: 0;
}

button {
    color: #fafafa;
    border-radius: 8px;
    border: 1px solid transparent;
    padding: 0.6em 1.2em;
    font-size: 1em;
    font-weight: 500;
    font-family: inherit;
    background-color: #1a1a1a;
    cursor: pointer;
    transition: border-color 0.25s;
}

button:hover {
    border-color: #646cff;
}

button:focus,
button:focus-visible {
    outline: 4px auto -webkit-focus-ring-color;
}

a {
    color: #868cfc;
}

a:visited {
    color: #868cfc;
}