@font-face {
    font-family: Arial7;
    src: url(fonts/arial_narrow_7.woff);
}

@font-face {
    font-family: Alte;
    src: url(fonts/AlteHaasGroteskRegular.woff);
}

body {
    color: rgb(28, 16, 9);
    font-family: 'Alte', Arial, Helvetica, sans-serif;
    font-size: 1.15em;
}

a {
    color:rgb(0, 0, 0);
    text-decoration: none;
}

a:hover {
    color: rgb(240, 146, 120);
    text-decoration: none;
    text-shadow: 2px 2px 10px #d1aefb, 3px 3px 10px rgb(230, 243, 255);
}

img {
    max-height: 100%;
    max-width: 100%;
    padding-bottom: 20px;
}

.spkr {
    font-family: 'Arial7', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.container {
    width: 92vw;
}
