body {
    text-align: center;
    background-color: #130e2b;
    font-family: "Open Sans", sans-serif;
    display: flex;
    flex-direction: column;
}

#back {
    position: fixed;
    top: 20px;
    left: 20px;
    color: white;
    text-decoration: none;
    background: linear-gradient(to top, #b10f14, #b83b40);
    text-shadow: 3px 3px 1px darkred;
    padding: 10px;
    border-radius: 20%;
    transition: transform 0.2s;
    font-style: italic;
}

#back:hover {
    transform: scale(1.1);
}

h1 {
    color: white;
}

p {
    color: white;
    padding-right: 15%;
    padding-left: 15%;
    font-size: large
}

#github {
    color: gray;
}

#geoguessr {
    color: #cf142b;
}

#hugin {
    color: #660;
}

#pannellum {
    color: lightgray;
}

#leaflet {
    color: lightgreen;
}

.example_image {
    max-width: 30%;
    margin: auto;
}