body, html {
                  height: 100%;
                  padding: 0;
                  margin:0;
                  color: white;
                  font-family: 'Open Sans Condensed', sans-serif;
                  background-color: #333;
                }
                
                #bg { 
                  /* The image used */
                  /*background-image: url("https://source.unsplash.com/800x600/?underwater");*/                  
                
                  /* Full height */
                  height: 100%; 
                
                  /* Center and scale the image nicely */
                  background-position: center;
                  background-repeat: no-repeat;
                  background-size: cover;
                  opacity: 0;
                }
                #time{
                    width: 100%;
                    font-size: 96px;
                }
                #date{
                    width: 100%;
                    font-size: 36px;
                }
                #time,#date{margin: 0 auto; text-align: center;}
                #search input{
                    background: rgba(255,255,255,.4);
                    width:100%;
                    box-shadow:0 0 3px 0 rgba(0,0,0,.15);
                    height: 41px;
                    border:none;
                    font-size: 16px;
                    padding: 2px 20px;
                    color: white;
                    margin: 15px 0 0 0;
                    border-radius:24px;
                    
                }
                #search{
                    margin: 0 auto;
                    width: 450px;
                }
                ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
                color: white;
                opacity: 1; /* Firefox */
                }
                #centerblock{
                    position: absolute;
                    top:20%;
                    left:0;
                    right: 0;
                    width: 450px;
                    margin: auto;
                }
                input:focus,
                select:focus,
                textarea:focus,
                button:focus {
                    outline: none;
                }
}