body{
  
  background:
  radial-gradient(ellipse at top left, #070f27, transparent 90%) fixed,
  radial-gradient(ellipse at top right, #03050b, transparent 90%) fixed,
  radial-gradient(ellipse at bottom left, #0e0b15, transparent 90%) fixed,
  radial-gradient(ellipse at bottom right, #130a2c, transparent 90%) fixed;
  min-height:100vh;
  min-width:100vw;
  background-color:#070f27;
  

}

.contentContainer{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin: 0 auto;
  text-align:center;
  gap: 8px;
}

header{
  max-width: 400px;
  height:auto;
  padding: 25px;
  text-align: center;
  margin: 0 auto;
  
}

header img {
  width:100%;
  height: auto;
}

p{
  text-align:center;
  color: white;
  font-family: Georgia;
  padding: 15px;
  margin: 0 auto;
}

.allDoors{
  display:flex;
  width:100%;
  height:200px;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content: center;
  position:relative;
  padding:0px;
}

a{
  width: 200px;
  padding:20px;
}

a img{
  width: 100%;
}


