body{
    
    background-color: rgb(78, 0, 0);
}

.video_contain {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.video{
    opacity: 0.85;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;   
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
}

.center{
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.quelle{
    position: fixed;
    bottom: 0;
    right: 0;
    color: #636363;
    padding: 10px;
    font-size: 1em;
}

.c{
    position: fixed;
    bottom: 0;
    left: 0;
    color: #8a8a8a;
    padding: 10px;
    font-size: 1em;
}

.link{
    text-decoration: none;
    color: #636363;
}
.link:hover{
    text-decoration: underline;
    color: #1463bd;
}

div p{
    margin: 0;
    padding: 0;
    font-size: 10vw;
    color: rgb(180, 0, 0);
    font-family: 'Lobster', cursive;
}