body, html {
    height: 100%;
    margin: 0;
    font-family: sans-serif;
}
.void {
    background-color: black;
    width: 50vw;
    height: 100vw;
    border-top-right-radius: 50vw;
    border-bottom-right-radius: 50vw;
    float: left;
    shape-outside: circle(64% at left);
}
.map-button {
    position:absolute;
    top: 10px;
    right: 10px;
    z-index:1;
    text-align: right;    
}
.map-button a {
    color: white;
    border: solid 1px black;
    border-radius: 10px;
    background-color: black;
    padding: 5px;
}
a {
    text-decoration: none;
}
.home-title {
    position: relative;
    padding-bottom: 10px;
}
.home-title a {
    color: black;
}
.background {
    background-color:lightblue;
    width: 100%;
    height: 195px;
    position:absolute;
    top:0;
    z-index: -1;
}
h1 {
    margin: 0;
}
.feed-post {
    border-top: solid 2px black;
    padding: 0 5px 1px 5px;
    color: black;
}
.feed-post:hover {
    background-color: black;
    color: white;
}
.map {
    background-image: url(/assets/img/map.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.post-text {
    margin: 0 5px;
    border-top: solid 2px black;
}
.return-button {
    text-align: center;
}
.return-button a {
    color: black;
    font-weight:bold;
}
