* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  background: url("images/back2.jpg") no-repeat center center/cover;
  position: relative;
}

body::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.2);
  z-index: 0;
}

.overlay {
  position: relative;
  z-index: 1;
  padding: 40px 20px;
}

.logo {
  max-width: 180px;
  margin-bottom: 40px;
}

h1 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.4;
}

.contact {
  margin-top: 20px;
}
.contact p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact ul {
  margin: 20px 0;
  padding-left: 0;
  list-style: none;
  text-align: left;
  display: inline-block;
}

.contact ul li {
  margin: 10px 0;
  font-size: 16px;
}

.contact ul li::before {
  content: "•";
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}

.contact a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.contact a:hover {
  text-decoration: underline;
}

.contact a:hover {
  text-decoration: underline;
}
