
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
}
h1 {
    color: #DC2626;
}
.header-proper {
    width: 80%;
    margin: 0 auto;
}

.header-proper .logo {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
}

.scroll-line {
    height: 2px;
    margin-bottom: -2px;
    background:#DC2626;
    width: 0%;
}

.content {
    padding: 100px 0;
    margin: 0 auto;
    width: 80%;
}

p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 120%;
    font-weight: 300;
    color: grey;
    line-height: 40px;
}
