* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: 'Segoe UI', sans-serif;
  color: #40acc6;
}

body {
  background: url('nomya-web-bg-desktop.jpg') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: left;
  padding: 2rem;
}

.content-wrapper {
  /* background: rgba(0, 0, 0, 0.65); */
  padding: 2rem;
  max-width: 430px;
}

h1 {
  font-size: 2.5rem;
  margin-top: 50px;
  margin-bottom: 1rem;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 70px;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

small {
  font-size: 0.9rem;
  opacity: 0.7;
}

@media (max-width: 768px) {
  body {
    padding: 1rem; 
    background: url(nomya-web-bg-desktop.jpg) no-repeat 50% center fixed;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(4, 2, 40, 0.4);
  }
  .content-wrapper {
    padding: 1rem; 
  }
  h1 {
    font-size: 2rem;
  }
}
