body {
    background-image: url("rainb.gif");
    background-color: black;
}

#img1 {
    max-width: 100%;
}

#img2 {
    max-width: 100%;
}

#img3 {
    max-width: 100%;
}

#img4 {
    max-width: 100%;
}

#img5 {
    max-width: 100%;
    position: absolute;
    top: 300px;

}

#img6 {
    max-width: 50%;
    position: absolute;
    top: 200px;
}

#img7 {
    max-width: 100%;
    position: absolute;
    top: 200px;
}

#img8 {
    max-width: 400px;
    position: absolute;
    top: 500px;
}

#img9 {
    max-width: 100%;
    position: absolute;
    top: 500px;
}

#img10 {
    max-width: 100%;
    position:absolute;
    top: 450px;
}

#img11 {
    max-width: 100%;
    position: absolute;
    top: 400px;
    left: 1000px;
}

.images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0px;
    grid-auto-rows: 100px, auto;
    max-width: auto;
    max-height: auto;
}

.one {
    grid-column: 1;
    grid-row: 1;
}


.two {
    grid-column: 2;
    grid-row: 1;
}


.three {
    grid-column: 3;
    grid-row: 1;
}

.four {
    grid-column: 4;
    grid-row: 1;
}

.five {
    grid-column: 1;
    grid-row: 2/5;
}

.six {
    grid-column: 2;
    grid-row: 2/5;
    top: 200px;
}

.seven {
    grid-column: 4;
    grid-row: 2;
}

.eight {
    grid-column: 1;
    grid-row: 3;
}

.nine {
    grid-column: 2;
    grid-row: 3;
}

.ten {
    grid-column: 3;
    grid-row: 3;
}

.eleven {
    grid-column: 4;
    grid-row: 3;
}

@-webkit-keyframes blink {
    0% { opacity: 0; }
    49% {opacity: 0; }
    50% {opacity: 1;}
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 0; }
    49% {opacity: 0; }
    50% {opacity: 1;}
    100% { opacity: 1; }
}

#error1 {
    max-width: 300px;
    position: absolute;
    z-index: 1;
    top: 210px;
    left: 350px;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

#error2 {
    max-width: 400px;
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 370px;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    animation-iteration-count: infinite;
    animation-delay: 0.9s;
}

#error3 {
    max-width: 800px;
    position: absolute;
    z-index: 7;
    top: 330px;
    left: 600px;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    animation-iteration-count: infinite;
    animation-delay: 0.5s;
}

#error4 {
    max-width: 400px;
    position: absolute;
    z-index: 3;
    top: 210px;
    left: 700px;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    animation-iteration-count: infinite;
    animation-delay: 0.3s;
}

#error5 {
    max-width: 400px;
    position: absolute;
    z-index: 4;
    top: 100px;
    left: 450px;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    animation-iteration-count: infinite;
    animation-delay: 0.4s;

}

#error6 {
    max-width: 600px;
    position: absolute;
    z-index: 5;
    top: 400px;
    left: 550px;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    animation-iteration-count: infinite;
    animation-delay: 0.7s;
}

#error7 {
    max-width: 700px;
    position: absolute;
    z-index: 6;
    top: 550px;
    left: 660px;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    animation-iteration-count: infinite;
    animation-delay: 0.6s;
}

#glitch {
    font-family: 'Courier New', Courier, monospace;
    color: lawngreen;
    text-decoration: underline;
    font-style: bold;
    background-color: blue;
    font-size: 60px;
    z-index: 8;
    position: absolute;
    top: 50px;
    left: 50px;
}

#sim {
    font-family: 'Courier New', Courier, monospace;
    color: fuchsia;
    text-decoration: underline;
    font-style: bold; font-style: italic;
    z-index: 8;
    position: absolute;
    top: 600px;
    left: 100px; 
    max-width: 800px;
}

p {
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: red;
    font-weight: 900;
    z-index: 8;
    position: absolute;
    top: 40px;
    left: 1110px;
    font-size: 50px;
    max-width: 500px;
    -webkit-animation: blink 1s;
    animation: blink 1s;
    animation-iteration-count: infinite;
}