@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700&display=swap');
body {
    cursor: url('https://ionicframework.com/img/finger.png'), auto;
    font-family: 'Nunito';
}

p {
    text-align: center;
    margin-bottom: 40px !important;
}

.spinner svg {
    width: 19% !important;
    height: 85px !important;
}

/* Next Button */

.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: #000 !important;
    text-decoration: none;
    font-size: 1.4rem;
}

.next-demo a:hover, .next-demo a:focus {
    color: #42AB9E !important;
}