#mem_impressum_cross{
    position: relative;
    top: 60px;
    left: 50%;
    width: 200px;
    height: auto;
    transform: translate(-50%,-50%);
    opacity: 1;
    margin-bottom: 100px;
}

h1{
    position: relative;
    left: 50%;
    width: 350px;
    height: auto;
    transform: translate(-50%,0%);
    font-size: 35px;
    font-family: Metropolis-SB;
    color: black;
    padding-bottom: 15px;
}

p{
    position: relative;
    left: 50%;
    width: 350px;
    height: auto;
    transform: translate(-50%,0%);
    font-size: 16px;
    font-family: Metropolis-L;
    color: black; 
    padding-bottom: 5px;
    opacity: 0.6;
}

h2{
    position: relative;
    left: 50%;
    width: 350px;
    height: auto;
    transform: translate(-50%,0%);
    font-size: 20px;
    font-family: Metropolis-SB;
    color: black;
    padding-top: 20px;
    padding-bottom: 15px;
}

#pcom_logo{
    position: relative;
    width: 180px;
    height: auto;
    left: 50%;
    margin-top: 40px;
    margin-left: -90px;
    opacity: 0.4;
    padding-bottom: 40px;
}


#back_button_imp{
    position: relative;
    width: 150px;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(35, 126, 201);
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 25px;
    padding-right: 10px;
}

#back_button_imp_img{
    width: 35px;
    height: auto;
}

#back_button_imp_p{
    font-family: SF-SB;
    font-size: 18px;
    color: white;
    opacity: 1;
    width: 100px;
    height: auto;
    margin-top: 3px;
}