body, h1, h2 {
    margin: 0;
    padding: 0;
}

html {
    background: #222;
}

body {
    font-family: sans-serif;
    font-weight: 200;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: #111;
    color: #ddd
}

a {
    color: black;
#ucsign {
    position: fixed;
    top: 120px;
    right: -30px;
    width: 300px;
    transform: rotate(50deg);
}
    &:hover {
        color: #ddd;
    }
}
ul {
    list-style: none;
    padding: 0;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 12vh;
    padding: 8px 24px;
}


section#main {
    background: maroon;
    min-height: 76vh;
    padding: 24px;
}

#ucsign {
    position: fixed;
    top: 120px;
    right: -30px;
    width: 300px;
    transform: rotate(50deg);
}

footer {
    display: flex;
    height: 12vh;
    align-items: center;
    justify-content: center;
    img {
        margin-left: 12px;
        width: 3em;
    }
}