body,
input {
    font-family: 'Lato', sans-serif;
}

body {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #111;
    text-align: center;
    background: #ffffff;
    background-size: cover;
}

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

.time {
    font-size: 5rem;
    letter-spacing: 6px;
}

.search {
    margin-top: 2rem;
}

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

.search-text {
    padding: 0.75rem;
    background-color: #222;
    border-radius: 2px;
    color: #fff;
    font-size: 1.1rem;
}

.help {
    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;
}

#quotes {
    font-weight: bold
}

#weather {
    color: #999999;
}

#wrapper {
    position: fixed;
    top: 20%;
    left: calc(50% - 200px);
    margin-top: -50px;
    width: 400px;
}

.box {
    -webkit-text-fill-color: white;
    color: whitesmoke;
    top: 35%;
    border-radius: 5px;
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    transition: box-shadow .3s ease;
    background-color: rgba(92, 92, 92, 0.42);
}
