body{
    background-color:#747474;
}

.rahmen{
    width: auto;
    height: 929px;
    flex-shrink: 0;
    border-radius: 2px;
    border: 27px solid #FFF;
    background: #818181;
}

.titel {
    color: #FFF;
    font-family: "Passion One";
    font-size: 180px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.h1 {
    width: 1130px;
    height: 79px;
    color: #FFF;
    font-family: "Passion One";
    font-size: 24px;
    font-style: bold;
    font-weight: 400;
    line-height: normal;
    display: flex; 
    justify-content: center; 
    align-items: center;
    text-align: center;

}