
header {
    color: white;
    cursor: default;
}

h1 {
    font-family: 'Monofett';
    font-size: 2em;
}

h1 img {
    width: 40px;
    height: 40px;
}

h2 {
    font-family: 'Chango';
    font-size: 1em;
}

h3 {
    font-family: 'Chango';
    font-size: 1em;
}

body {
    font-family: 'Roboto', 'Verdana';
    color: #212529
}

a {
    text-decoration: none;
}

.divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

img.engine-logo {
    height: 128px;
}

img.perry {
    border-radius: 50%;
    border: 0.5em solid black;
    padding: 0.5em;
}