body{
    background-color: rgb(209, 209, 209);
}
body a{
    text-decoration: none;
}
div.Header img{
    width: 100%;
    height: fit-content;
    margin: 0 0 auto 0;
}
div.Header h1{
    font-size: 42px;
    color: white;
    text-align: center;
}
div.Header h1 a{
    color: white;
}
div.Header div.Box{
    background-color: rgb(117, 161, 154);
    padding: 10px;
}
div.Header div.Box p{
    color: lightgray;
}
div.Header div.Box p a{
    text-decoration: none;
    color: lightgray;
}
div.content{
    background-color: rgba(196, 93, 255, 0.603);
    text-align: center;
    font-size: 29px;
    width: 59%;
    margin: auto;
    padding: 30px;
}
div.Einleitung{
    background-color: rgb(117, 127, 161);
    font-size: 29px;
    text-align: center;
    padding: 30px;
    width: auto;
    margin: 0px 0px 0px 0px;
}
div.Einleitung p{
    margin: 0px 0px 0px 0px;
}
div.content div.reddit-post div.post{
    margin: auto;
    width: fit-content;
    border: 1px solid #E1E2E6;
    padding: 15px;
    background-color: white;
}
div.reddit-post .reddit-alien{
    background: url("../img/reddit-alien.png");
    background-size: 30px;
    height: 32px;
    width: 32px;
    display: block;
    background-repeat: no-repeat;
    float: left;
}
div.reddit-title {
    font-size: 22px;
    font-weight: 100;
    margin-bottom: 20px;
    color: #000;
    display: block;
}
div.reddit-title a{
  text-decoration: none;
  color: black;
}
div.content div.reddit-post div.post img{
    max-width: 70%;
}
div.reddit-footer{
    background-color: white;
    width : 59%;
    height: 40px;
}