body {
    background-color: #fefbf1;
    font-family: "Spectral", serif;
}

a {
    text-decoration: none;
    color: #2a363d;
}

a:visited {
    color: #16537e;
}

a:hover {
    text-decoration: underline;
    color: #ffafaf;
}

.container {
    max-width: 900px;
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.main-content {
    padding: 20px;
    height: 530px;
    flex-grow: 1;
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.4);
    border: 1px dotted black;
}

ul {
    list-style: none outside;
}

.sideimg{
    flex-basis: 240px;
    height: 600px;
    margin-left: 40px;
    background-image: url(images/sitemap-img.PNG);
    background-size: contain;
    background-repeat: no-repeat;
}

.title{
    position: absolute;
    top: 90px;
    left: 46rem;
}

.tag{
    position: absolute;
    left: 10rem;
    top: 640px;
}