body {
    background: #000;
    padding: 2em;
    color: #CAD3EB;
}

h1 {
    font-size: 3em;
    text-align: center;
    margin-bottom: 2em;
}

.Choices {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    font-family: 'Roboto Mono', sans-serif;
}

.Choices .img {
    width: 20%;
    position: relative;
}

.Choices img {
    width: 100%;
    height: auto;
}

.Choices .text {
    position: absolute;
    left: 1em;
    right: 1em;
    bottom: -2em;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    color: #CAD3EB;
    display: inline-block;
    vertical-align: middle;
}

.unterwegs {
    background-size: cover;
    background: url("../img/worldwide.svg") no-repeat center;
}

.ffishnc {
    background-size: cover;
    background: url("../img/responsive.svg") no-repeat center;
}
.mastodon {
    background-image: url("../img/mastodon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.social {
    text-align: center;
}
