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;
}

.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;
}

#title{
    font-size: 3vw;
    border: dashed;
    padding: 2vw;
}
#email{
    font-size: 2vw;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 80%;
    border: 10px double;
}
#emailGif{
    flex: 1;
}
#emailText{
    flex: 2;
}
#insta{
    font-size: 2vw;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 80%;
    border: 10px double;
}
#instaPng{
    flex: 1;
}
#instaText{
    flex: 2;
}




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;
}