.box{
    display: flex;
    flex-wrap: nowrap;
    font-family: 'Times New Roman', Times, serif;
    color: aqua;
}
.vertBox{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: 'Times New Roman', Times, serif;
    color: aqua;
}
.art{
    display: flex;
    font-family: 'Times New Roman', Times, serif;
    color: #56009f;
    flex-direction: column;
    text-align: center;
    font-size: 1.4vw;
    background-image: url(Flesh.png);
    background-size: 2048px 2048px;
    padding: 1vw;
    padding-bottom: 0;
    margin: 1vw;
    }
.art h3{
    font-size: 1.3vw;
    padding: 0.6vw;
}

body{
    background-image: url(space.gif);
    background-size: 4096px 4096px;
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
    align-items: center;

/* IE, only works on <img> tags */
  -ms-interpolation-mode: nearest-neighbor;
  /* Chromium + Safari */
  image-rendering: pixelated;
}

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

#buttonBar{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.button{
    display: flex;
    width: 12%;
    height: auto;
    z-index: 2;
}
.button:hover{
    transition: transform .2s;
    transform: scale(1.5);
    z-index: 3;
}
.button a{
    width: 100%;
    height: 100%;
}

#header{
    border: 4px double;
}
#header h1{
    font-size: 6vw;
}
#subTitle{
    padding: 1vw;
}
#subTitle h2{
    font-size: 1.8vw;
}
#artBox{
    width: 80%;
}

#preg{
    justify-content: center;
}
#texLeft{
    flex: 1;
}
#texRight{
    flex: 1;
}


@media only screen and (max-width: 600px) {
    #topTitle{ 
        border:dotted 2vw;
    }
    #titleBox img{
        transform: scale(1.7);
        display: flex;
    }
    #buttonBar{
        display: flex;
        flex-wrap: wrap;
    }
    #buttonBar img{
        width: 100%
    }
    .button{
        width: 25%;
    }
    .button:hover{
        transform: scale(1);
    }
    #artBox{
        width: 100%;
    }
}

h1{
    margin-top: 0px;
    margin-bottom: 0px;
}
h2{
    margin-top: 0px;
    margin-bottom: 0px;
}
h3{
    margin-top: 0px;
    margin-bottom: 0px;
}
h4{
    margin-top: 0px;
    margin-bottom: 0px;
}
h5{
    margin-top: 0px;
    margin-bottom: 0px;
}
h6{
    margin-top: 0px;
    margin-bottom: 0px;
}