* {
    box-sizing: border-box;
    margin: 0; padding: 0;
}
body {
    /* font-family: 'Quicksand', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* text-align: center; */
    height: 100vh;
    color: #000;    
    /* Image overides */    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}  
h1{ 
    margin-bottom: 1rem; 
}
h2{ 
    margin-bottom: 0.5rem; 
    margin-top: 0.5rem; 
    opacity: 0.6; 
}
#demo_box {
    top:0; 
    position:absolute; 
    left: 0;
    text-align: center; 
}
#time { 
    font-size: 6rem; 
}
#focus {
    color: #fff;
    text-shadow: 0 2px 2px #666;
}
.home { 
    visibility:visible; 
}
.dock {
    visibility: hidden;
}
@media(max-width:700px) {
    #time { 
        font-size: 6rem; 
    }
}
font{
    font-size: 2rem;
    font-weight: 700;
    color: white;
}    
.containers { height: 100vh; width: 100vw }
.x { right: 0; position: fixed;} 
input#fakebox-text {
    border: none;
    font-family: 'Segoe UI', 'Roboto', arial, sans-serif;
    color: gray;
    margin-left: 35px;
}
#fakebox > input {
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    opacity: 0;
    padding-inline-start: 5px;
    position: absolute;
    top: 0;
    width: 100%;
}
#fakebox-container {
    min-width: 500px;
    min-width: 450px;
    margin: 0 auto 0 auto;
}
#logo, #fakebox-container { flex-shrink: 0; } 
#fakebox {
    background-color: white;
    border-radius: 22px;
    cursor: text;
    font-size: 18px;
    height: 44px;
    line-height: 36px;
    margin: 0 auto;
    max-width: 560px;
    opacity: 1;
    position: relative;
    transition: background-color 300ms ease-in-out, opacity 200ms;
} 
#fakebox-text {
    bottom: 4px;
    color: grey;
    font-size: 18px;
    left: 0;
    margin-top: 1px;
    overflow: hidden;
    padding-inline-start: 10px;
    position: absolute;
    right: 44px;
    text-align: initial;
    text-overflow: ellipsis;
    top: 4px;
    vertical-align: middle;
    visibility: inherit;
    white-space: nowrap;
    overflow: hidden; 
    width: 90%; 
} 
#fakebox-search-icon {
    background: url("../img/search.svg") no-repeat center;
    background-size: 24px 24px;    
    bottom: 0; 
    height: 24px;
    left: 0;
    margin: auto 0;
    margin-inline-start: 16px;
    position: absolute;
    top: 0;
    width: 24px;
}
#fakebox-microphone {
    background: url("../img/mic.svg") no-repeat center;
    background-size: 24px 24px;    
    border: none;
    bottom: 0;
    cursor: pointer;
    margin-inline-end: 12px;
    padding: 22px 12px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
} 
button:focus{
    outline: none;
    background-color: white;
}
input:focus{
    outline: none;
    background-color: white;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
} 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset; /*your box-shadow*/
    -webkit-text-fill-color: #333;
} 
.unit{
    /* background: linear-gradient(#aaa, #777);
    border-radius: 15px; */
    box-shadow: 0 2px 2px #fff0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 5rem;
    height: 100%;
    line-height: 13px;
    margin: 0 10px;
    text-align: center;
    text-shadow: 0 2px 2px #666;
    width: 23%;
}
span{
      color: #fff;
      text-shadow: 0 2px 2px #666; 
}
