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: 1080px;
    height: auto;
}

.box{
    display: flex;
    flex-wrap: nowrap;
    font-family: 'Times New Roman', Times, serif;
    color: aqua;
    margin: 3vw;
}
.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;
}
#anton{
    flex: 1;
    border: dotted;
}
#dual{
    flex: 2;
    font-size: 7vw;
    color: red;
    border: double
}

a {
    color: hotpink;
    font-weight: bold;
}

#width{
    width: 100%;
}

@media only screen and (max-width: 600px) {
    body{
        img{
        width: 100%;
        height: auto;
    }
}




h1{
    margin-top: 0px;
    margin-bottom: 0px;
    color: red;
}
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;
}