body {
    background-color: #000000;
    color: #ffffff;
    font-family: Times;
    font-size: 15px;
    text-align: center;
}

a:link {
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline;
}

a:visited {
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}

.header {
    font-family: Impact, Haettenschweiler;
   font-size: clamp(60px, 10vw, 150px);
    color: #ff0067;
  text-shadow: 0 0 5px #ff0067, 0 0 10px #ff0067, 0 0 20px #5b0427, 0 0 30px #5b0427;
    border-style: dotted;
    border-width: 20px;
}
  
.main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
   min-width: 1450px;
}

.maggie {
  text-align: center;
  padding-left: 15px;
  flex-shrink: 0;
   flex: 0 0 400px;
}

.himaggie {
  border-style: solid;
  border-width: thick;
  color: aqua;
}

.text {
  padding-left: 15px;
  font-size: 28px;
  width: 475px;
  height: 367px;
  font-family: arial;
  text-align: justify;
  color: red;
  flex-shrink: 0;
    flex: 0 0 475px;
}

.decorations {
  display: flex;
  gap: 20px;
}

.banners {
  padding-left: 15px;
  width: 240px;
  flex-shrink: 0;
}

.blinkies {
  width: 240px;
  padding-bottom: 2px;
}

.stampies {

  width: 240px;
  
}

.stamps {
  padding-right: 7px;
  padding-bottom: 2px;
  width: 111px;
}

@media (max-width: 1200px) {
  .decorations {
    flex-basis: 100%;
    justify-content: center;
    margin-top: 20px;
  }
}