html, body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100%;
}

body {
    color: #0C1F31;
    background: #fff;
    font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
}

h1 {
    font-size: 120px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 120px;
}

p {
    width: 900px;
    font-size: 24px;
    font-weight: 400;
    margin: auto;
    line-height: 35px
}

footer{ 
	padding: 43px 10px 40px; 
}

.down-arrow {
    font-size: 120px;
    margin-top: 90px;
    margin-bottom: 90px;
    text-shadow: 0px -20px #ff3d3d, 0px 0px #2ed6ff;
    color: rgba(0,0,0,0);

    -webkit-transform: scaleY(0.8);
    -moz-transform: scaleY(0.8);
    transform: scaleY(0.8);
}

.elevator {
    text-align: center;
    cursor: pointer;
    width: 140px;
    margin: auto;
}

.elevator:hover {
    opacity: 0.7;
}