body {
    background: url(../img/Background_10.jpg) no-repeat center center fixed;
    background-size: cover;
}
#time {
    font: 100px arial, sans-serif;
    position: fixed;
    top: 35%;
    left: 50%;
    margin-left: -211.25px;
    margin-top: -57.5px;
    text-shadow: 0 0 10px white, 0 0 10px white;
}
.bar {
    position: fixed;
    top: 45%;
    left: 50%;
    margin-left: -292px;
    margin-top: 22px;
}
.searchbar {
    height: 44px;
    width: 584px;
    line-height: 44px;
    border: none;
    border-radius: 40px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16),
      0 0 0 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    font: 16px arial, sans-serif;
    padding-left: 17px;
    outline: none;
}
.search:hover,
.search:focus {
    outline: none;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16),
      0 0 0 1px rgba(0, 0, 0, 0.08);
}
#searchbtn {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 2;
}
#searchbtn img {
    width: 50px;
}