/* For specific tweaks of the page (if needed) */

.page {
    display: flex;
    align-items: center;
    justify-content: center;

    background: hsla(0, 0%, 80%, 1);
    background: linear-gradient(90deg, hsla(0, 0%, 50%, 1) 0%, hsla(0, 0%, 0%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(0, 0%, 50%, 1) 0%, hsla(0, 0%, 0%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(0, 0%, 50%, 1) 0%, hsla(0, 0%, 0%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#CCCCCC", endColorstr="#1E1E1E", GradientType=1 );
}

.one-more-thing {
    text-align: center;
    color: white;
    font-family: "Helvetica Neue";
    font-weight: light;
    font-size: 30px;
}

.next {
    width: 150px;
}
