html {
  margin: 0;
  padding: 0;
}

p {
    text-align: center;
}

.bg {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
.bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

.container {
    min-height: 100VH;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(255,255,255,0.75);
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.steampunk-hats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.steampunk-hats img {
    width: 100%;
    height: 100%;
}

.videos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
}