* {
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: black;
  background-image: url("/kuvat/TaustaIlmanLuuta.jpg");
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.info {
  background-color: black;
  color: white;
  padding: 20px;
  border: 1px solid white;
  border-radius: 20px;
  max-width: 90%;
}

.keskitys {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.logo {
  display: block;
  margin: 0 auto 1rem;
  max-width: 50%;
  height: auto;
}

p {
  margin: 0 0 clamp(0.75rem, 1.5vw, 2rem) 0;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 clamp(0.75rem, 1.5vw, 2rem) 0;
  line-height: 1.6;
}

@media only screen and (max-width: 620px) {
  .info {
    width: 100%;
  }
}
