body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url(https://www.heavensgate.com/img/tile.jpg);
    background-repeat: repeat;
}

.content {
    margin-top: 20px;
    text-align: center;
}

.content img {
    width: 300px;
    height: auto;
}

.content p {
    max-width: 600px;
    margin: 20px auto;
    font-size: 32px;
}

.map1 img, .map2 img, .map3 img, .map4 img, .map5 img {
    position: absolute;
    left: 10px;
    height: 50px;
}

.map1 img { top: 10px; }
.map2 img { top: 70px; }
.map3 img { top: 130px; }
.map4 img { top: 190px; }
.map5 img { top: 250px; }

.outlined-text {
    color: white;
    -webkit-text-stroke: 0.5px black;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}

.maincontainer {
    margin: 0 auto 50px auto;
    width: 80%;
    background-image: url(https://derpcept.neocities.org/media/414f.jpg);
    background-repeat: repeat;
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
    padding: 20px;
}

.left-col {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.right-col {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.left-col > img {
    width: 90%;
    display: block;
    margin: 0 auto 20px auto;
    box-shadow: 0 0 8px 5px black;
}

.sub1 {
    width: 90%;
    margin: 0 auto;
    background-color: blueviolet;
    box-shadow: 0 0 8px 5px black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    box-sizing: border-box;
    flex-grow: 1;
    color: black;
    text-align: justify;
    line-height: 1.3;
    font-size: 1.45vw;
}

.sub2 {
    width: 90%;
    margin: 0 auto;
    background-color: blueviolet;
    box-shadow: 0 0 8px 5px black;
    padding: 10px 0;
}

.icon-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    margin-left: 10px;
}

.icon-row:last-child {
    margin-bottom: 0px;
}

.sub2 img {
    height: 30px;
    width: auto;
    display: block;
    margin: 0;
    box-shadow: none;
}

.icon-row span {
    color: white;
    font-family: Arial, sans-serif;
    font-size: 20px;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}