html {
  height: 100%;
}

body {
  
  padding: 25px;
  background: url(Arcade%20Carpet%20Two.png);
  background-repeat: repeat;
  background-size: auto;
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  min-height: 100%;
  
}

img {
  max-width:75%;
 }
 
  .screens {
   text-align: center;
  }

  @media only screen and (min-width: 401px) {

   .screens img {
    width: 100px;
    margin-right: 2px;
   }

  }

  @media only screen and (max-width: 400px) {

    .screenbox img {
      display:block;
      margin: 10px 0;
    }
    
        
  }

 .holder {
      display: inline;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .holder img {
      max-height: 200px;
      max-width: 200px;
      object-fit: cover;
      border: 2px solid purple;
      background: purple;
      margin: 2px;
      vertical-align: bottom;
    }

h1 {
  color: yellow;
}

h2 {
  color: white;
}

a {
  color: rgb(247, 218, 234);
}