
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
}

html{
height: 100vh;
  background: url("../gameassets/img/impressum.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

a {
    text-decoration: none;
    color: rgb(18, 168, 18);
      text-shadow: 1px 1px 2px rgba(15, 15, 15, 0.753);
}

main{
    max-height: calc(100vh - 48px);
    overflow-x: auto;
    max-width: 1440px;
    margin: 24px;
}
h1{
    font-size: 2.5rem;
    font-weight: 600;
    text-decoration: underline;
}

.dpf_ccc{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction: column;
}

.mg_b{
    margin-bottom: 16px;
}

.impressum-wrapper {
    max-width: 750px;
    padding: 8px 64px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 48px;
    scrollbar-width: none;
}


.homeContainer {
    margin-bottom: 2rem;
}


.home {
    display: flex;
    cursor: pointer;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home:hover{
    background-color: rgba(128, 128, 128, 0.8);
}


h1 {
    margin-bottom: 1.5rem;
}

h2 {
    margin-bottom: 0.5rem;
}


p {
    margin-bottom: 0.5rem;
}


ul {
    padding-left: 1.5rem;
}

li {
    margin-bottom: 1rem;
}

.seal a{
    margin: 2rem 0rem;
    font-size: 1.2rem;
    color: black;
    text-decoration: underline;
    
}

@media only screen and (max-width: 450px) {
    .impressum-wrapper {

    padding: 8px 16px;

    }
}