* {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* background: #fff; */
    color: #484848;
    text-align: center;
}

input,
input:focus {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
}

.wrapper {
    display: inline-block;
    position: relative;
    top: 30%;
    padding: 1rem;
}

.time {
    font-size: 5rem;
    letter-spacing: 6px;
    opacity: 0.4;
    font-weight: 300;
}

.search {
    margin-top: 2rem;
    opacity: 0.4;
    width: 19em;
}

.search__text,
.help {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
}

.search__text {
    padding: 0.75rem;
    background-color: #484848;
    border-radius: 2px;
    color: #f8f8f8;
    font-size: 1.1rem;
}

.help {
    font-family: monospace;
    height: 0;
    margin: 1rem auto 0;
    transition: height 0.2s linear;
    text-align: left;
    line-height: 1rem;
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    overflow: hidden;
    opacity: 0.6;
}