body {
    font-family: "Helvetica Neue", Helvetica, Arial, san s-serif;
    background-image: url("./beach.jpg");
    background-color: rgb(128,128,128);
    height: 500px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

h1 {
    font-size: 200%;
    font-weight: bold;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(128,128,128);
  color: black;
  text-align: left;
  padding: 20px;
}

h2 {
    font-size: 150%;
}

#element1
{
    display: inline-block;
}

#element2
{
    display: inline-block;
    vertical-align: top;
    margin-left: 90px;
    text-align: left;
    width: 25%;
}