* {
    box-sizing: border-box;
}
body {
    background: #F8F7F6;
    padding: 0;
    margin: 0;
}

.banner {
    margin-top: 20px;
    font-size: 20pt;
    height: 50px;
    background: #ffa285;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 10.5px;
    margin-left: -22px;
}

.el {
    font-family: "American Typewriter", serif;
}

.contactContainer {
    font-family: "Open Sans", sans-serif;
    position: fixed;
    bottom: 30px;
    left: 30px;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}

a {
    text-decoration: none;
}