/* Generelle stilarter */
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container {
  margin: 20px;
  width: 90%;
}

.logo {
  display: block;
  margin: 0 auto;
  height: 55px;
  max-width: 100%;
}

h1,
h2 {
  font-size: 30px;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
}

p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}
