html {
    font-size: 100px;
}

body {
    margin: 0;
    font-family: sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background:
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 16%) 0 0,
    radial-gradient(rgba(255, 255, 255, 0.1) 15%, transparent 16%) 8px 8px,
    radial-gradient(rgba(5, 5, 5, 0.192) 15%, transparent 20%) 0 1px,
    radial-gradient(rgba(0, 0, 0, 0.589) 15%, transparent 20%) 8px 9px;
    background-color: #fc7201;
    background-size: 16px 16px;
    background-attachment: fixed;
}

.arrow {
    width: 280px;
    overflow: hidden;
    transition: all 0.2s;
    transform: rotate(0deg);
    display: inline-block;
}

h1 {
    color: white;
    font-weight: 100;
    font-size: 60px;
    display: flex;
    align-items: center;
}

.units {
    font-size: 15px;
}
/*Compass: https://thenounproject.com/search/?q=compass&i=592352*/