.container {
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
}

.hinweis{
    margin: 0 auto;
    margin-top: 150px;
    padding: 10px;
    width: 50%;
    height: auto;
    color: rgb(28, 28, 119);
    border: 1px solid grey;
    border-radius: 15px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.719);
    text-align: center;
    justify-content: center;
}