body {
    margin: 0;
    padding: 0
}


.menuuuu {
    background-color: rgb(32, 31, 31);
    padding: 15px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuuuu h2 {
    color: red;
    font-size: 40px;
    margin-left: 80px;
    display: inline-block;
}

.listttt {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    
    
}

.listttt a {
    display: block;
    padding: 1em;
    text-decoration: none;
    color: rgb(216, 205, 205);
}

.listttt a:hover {
    background-color: rgb(119, 121, 121);
}

.nakup {
    text-align: center;
   margin-top: 30px;
}

.nakup h1 {
    background-color: rgb(138, 255, 127);
}

.postup {
    margin-top: 40px;
    background-color: antiquewhite;
    padding: 50px;
    border-radius: 100px;
}

.postup h2 {
    color: rgb(8, 8, 156);
}

.postup1 {
    margin-top: 40px;
    background-color: antiquewhite;
    padding: 50px;
    border-radius: 100px;
}

.postup1 h2 {
    color: rgb(8, 8, 156);
}

.postup2 {
    margin-top: 40px;
    background-color: antiquewhite;
    padding: 50px;
    border-radius: 100px;
}

.postup2 h2 {
    color: rgb(8, 8, 156);
}

.postup3 {
    margin-top: 40px;
    background-color: antiquewhite;
    padding: 50px;
    border-radius: 100px;
}

.postup3 h2 {
    color: rgb(8, 8, 156);
}

.postup4 {
    margin-top: 40px;
    background-color: antiquewhite;
    padding: 50px;
    border-radius: 100px;
}

.postup4 h2 {
    color: rgb(8, 8, 156);
}

.postup5 {
    margin-top: 40px;
    background-color: antiquewhite;
    padding: 50px;
    border-radius: 100px;
}

.postup5 h2 {
    color: rgb(8, 8, 156);
}