/* style.css */
body, html {
   background: url(image.jpeg) no-repeat;
   font-family: Arial, Helvetica, sans-serif;
}
.content {
    background: rgb(255, 255, 255);
    background-size: 50%;
    border-radius: 5px;
    margin-top: 125px;
    text-align: center;
}
h1, h2, h3, h4, h5, h6, p {
    font-weight: normal;
}
.content input {
    width: 50%;
    height: 22px;
}
.content button {
    cursor: pointer;
    width: 40%;
}
.url, .query { visibility: none; }
.url {
    color: #0000ff;
}