*{margin: 0 auto;}
body{font-family: "Times New Roman", "Times", serif; background-color: #000; color: #4D4646;}
a{text-decoration: none; color: #4D4646;}


/** CONTENT ************************************/

.teaser{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

img{
    width: 200px;
    height: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.teaser h1{font-size: 2em; font-weight: lighter; text-align: center; margin-top: 80px;}

address{
	font-size: 0.7em;
	font-style: normal;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}