@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700,300);
*, html {
    margin: 0;
    padding: 0;
}

body {
    background: #e74c3c;
    text-align: center;
    font-family: 'Comfortaa', cursive;
}

svg {
    width: 100px;
    height: 100px;
    margin: 20px;
    display: inline-block;
}

h1 {
    text-align: center;
    color: #fff;
    margin: 0 0 100px;
    font-size: 34px;
    font-weight: 100;
    text-transform: uppercase;
    background-color: #e43725;
    padding: 20px 0;
}

h1 b {
    font-weight: 700;
}

/* Next Button */

* {
    box-sizing: border-box;
}

.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor;
}

.icon--arrow-right {
    transform: scale3d(-1, -1, 1);
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
}

.next {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: 0;
    right: 0;
}

.next-demo {
    position: relative;
    margin: 1.5em 2em;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
}

.next-demo a:hover, .next-demo a:focus {
    color: #42AB9E !important;
}

.hidden {
    width: 0;
    height: 0;
}