body {
    font-family: "aktiv-grotesk", sans-serif;
    margin: 0;
    padding: 20px;
    background-color: whitesmoke;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100vh; 
}

.links-container {
    display: flex;
    justify-content: space-around;
    margin-top: 8px;
}

.home-link, 
.page2-link, 
.page3-link,
.page4-link  {
    font-size: 18px;
    color: #202020;
    text-decoration: none;
}

.page1-link {
    font-size: 18px;
    font-weight: 600;
    color: #202020;
    text-decoration: underline;
}

.home-link:hover, 
.page1-link:hover, 
.page2-link:hover, 
.page3-link:hover,
.page4-link:hover {
    color: blue;
}

p {
    font-family: "aktiv-grotesk", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 100px;
}

.top-text {
    font-size: 50px;
    color: #202020;
}

.bottom-text {
    font-size: 25px;
    color: #202020;
}

.coordinate {
    position: absolute;
    font-size: 18px;
    color: blue;
    cursor: pointer;
}

.coordinates-container {
    position: relative;
    padding: 10px;
    width: 1734px;
    height: 3200px;
}

.image-container {
    text-align: center;
    margin-top: 50px;
}