body {
    margin: 0;
    padding: 0
}


.menuu {
    background-color: rgb(32, 31, 31);
    padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuu h2 {
    color: red;
    font-size: 40px;
    margin-left: 80px;
    display: inline-block;
}

.listt {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    
    
}

.listt a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: rgb(216, 205, 205);
}

.listt a:hover {
    background-color: rgb(119, 121, 121);
}

.kontakt {
    text-align: center;
   margin-top: 30px;
}

.kontakt h1 {
    background-color: rgb(138, 255, 127);
}

.kontakt h3 {
    color: blue;
}