.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;

    margin-top: 10vh;
    margin-bottom: 10vh;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: transparent;
    backdrop-filter: blur(50px);
    height: 850px;
    width: 800px;
    border-radius: 25px;
    border: 1px solid white;
    color: white;
    padding: 25px;

}

.content h1{
    font-size: 60px;
}

.content p{
    font-size: 20px;
}

.content a{
    font-size: 30px;
    background-color: rgb(56, 56, 252);
    border: 5px solid rgb(56, 56, 252);
    text-decoration: none;
    color: white;
    padding: 0 100px;
    margin: 100px;
    height: 50px;
    transition: .5s;
}

.content a:hover{
    background-color: white;
    color: black;
    border: 5px solid rgb(56, 56, 252);
}


.Bewerben{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;

    margin-top: 1vh;
    margin-bottom: 1vh;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: transparent;
    backdrop-filter: blur(50px);
    height: 685px;
    width: 800px;
    border-radius: 25px;
    border: 1px solid white;
    color: white;
    padding: 25px;

}