body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: url("../img/underconstruction/DSC01420.jpg") no-repeat center
    center fixed;
  text-align: center;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

header {
  padding: 20px;
}

.logo {
  max-width: 180px;
  height: auto;
  /* border: 1px solid #ccc; */
}

main {
  color: #fff;
  /* border: 1px solid #ccc; */
}

/* .background-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 20px auto;
  display: block;
  border: 1px solid #ccc;
} */

h1 {
  font-size: 1.8rem;
  margin-top: 10px 0;
}

p {
  font-size: 1rem;
  margin: 10px 0;
}

footer {
  margin-top: 40px;
  padding: 20px;
  /* border: 1px solid #ccc; */
}

footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
