h1{
    font-size: 3rem;
    margin-bottom: 3rem;
}

h2{
    font-size: 1.9rem;
    margin-bottom: 1.9rem;
}

h3{
    font-size: 1.3rem;
    margin-bottom: 1.3rem;
}

.shade{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: black;
    opacity: 0.4;
}

.side-nav .userView {
    background: rgba(0,0,0,0.2);
}

.top-section{
    padding:134px 0 70px 0;
}