html,
body {
    height: 100vh;
    font-family: Verdana, proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
}

body {
    padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Ubuntu",Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
    text-shadow: 3px 3px 5px #d4c7ba;
}

h1 {
    font-size: 60px;
}

.story {
    max-width: 600px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.disclaimer {
    max-width: 800px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: 3px 3px 5px #d4c7ba;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.footer {
    text-align: center;
    font-size: 10pt;
    color: #222;
    background: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35));
    border-radius: 10px;
    padding: 15px;
}

.story h1 {
    line-height: 30px;
    display: inline-block;
}

.icon {
    width: 75px;
    height: 75px;
    border: 3px solid #000;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px;
}

a {
    color: #eb4a00;
}

.rotate {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transition-duration: 2s;
}