* {
    font-family: 'Domine', serif;
}

body {
    color: white;
}

strong{
    font-weight: 1000;
    background-color: white;
    color: black;
}

h1,
h2,
h3 {
    font-family: 'Roboto Mono', monospace;
    margin-bottom: 25px;
}

p,
a {
    font-family: 'Roboto Mono', monospace;
    line-height: 25px;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

p,
a {
    font-size: 12px;
}

a {
    background-color: white;
    padding: 5px 16px;
}
a:link, a:visited{
    color: black;
}

nav a:hover {
    transform: scale(1.1);
}

h2::before, h3::before{
    content: "> "
}
h2::after, h3::after{
    content: " ---"
}
