.wrapper h1 {
  position: relative;
  background: url('../pics/logo.png') no-repeat center 0.5rem;
  background-size: 120px auto;
  padding-top: 3rem;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f3f4f6;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.wrapper {
  text-align: center;
  padding: 2rem 1.5rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  max-width: 540px;
}

h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

p {
  margin: 0.5rem 0;
  line-height: 1.6;
}

.contact {
  margin-top: 1.5rem;
  font-weight: 600;
}

a {
  color: #1d4ed8;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.logo {
  display: block;
  margin: 1rem auto 2rem auto;
  max-width: 200px;
  height: auto;
  opacity: 0.9;
}
