@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);

/* Global */
html {
  margin: auto;
  width: auto;
  cursor: url('/MSR/cursor/reingeguckt.png'), auto;
}
body {
  background-color: #111;
  height: calc(150vh - 10em);
  padding: 4em;
  color: #fff;
  font-family: 'Anonymous Pro', monospace;
}
h2 {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Anonymous Pro', monospace;
  }
  h3 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Anonymous Pro', monospace;
    }
  h4 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.25);
    font-family: 'Anonymous Pro', monospace;
    }
a {
    cursor: url('/MSR/cursor/zeigerich.png') 2 5, auto;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Anonymous Pro', monospace;
    text-decoration: none;
    }
p    {
       color: #fff;
       font-family: 'Anonymous Pro', monospace;
       text-decoration: none;
       }
.container {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	padding: 2rem;
	box-sizing: border-box;
  background-color: #111;
  border-radius: 50%;
       		}
.image {
	flex-basis: 30%;
	padding: 1rem;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	margin: 1rem;
       		}
.image img {
  max-width: 100%;
	max-height: 100%;
	object-fit: contain;
       		}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: inherit;
  color: white;
  text-align: center;
  padding: 1em;
}