/* Malerei EasterEgg */

* {box-sizing: border-box; margin: 0; padding: 0;}

html {background: rgb(0,0,0); color: rgb(255,255,255); font-size: 1em; font-family: 'Lato', sans-serif; font-weight: 300; letter-spacing: 0.05em; height: 100%; text-transform: uppercase;}

body {height: 100%;}

#image {max-height: 800px; max-width: 100%;}
#image img {max-height: 800px; max-width: 95%; margin: 0 auto; padding-top: 50px; display: block;}

#below {padding-top: 40px; display: block; text-align: center; padding-bottom: 20px;}

#below ul {display: inline-block; list-style: none;}

#below ul li {margin-right: 30px; display: inline-block;}
#below ul li:last-of-type {margin-right: 0;}

#below ul li a, #below a {text-decoration: none; color: rgb(200,200,200);}
#below ul li a:hover, #below a:hover {border-bottom: 1px solid rgb(200,200,200);}

#box {position: relative; top: 48%; transform: translateY(-50%);}
