/* Custom stylesheet for strategy.no */
body, html {
  background-image: url('../images/background.avif');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
  height: 100%;
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #101723;
  color: #f8f9fa;
}
.main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  min-height: 500px;
  text-align: center;
}
.main h1 {
  font-family:'Times New Roman', Times, serif;
  font-size: 3.5rem;
  font-weight: 300;
  margin-bottom: 1rem;
}
.main p {
  font-size: 1.2rem;
  color: #fff;
  background: rgba(29, 29, 29, 0.5);
}
.footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: #d1d5db;
}