body{
    margin: 0;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(26,43,32,255);
    min-width: 100;
    height: 250px;
}


.header2{
    display: flex;
    justify-content: space-between;
    width: 75%;
    height: 100%;
}

.header2 img{
    width: 20%;
}

.menu-icon {
    width: 30px;
    height: 25px;
    margin: 20px;
    cursor: pointer;
}

.menu-icon span {
    display: block;
    height: 4px;
    margin: 5px 0;
    background-color: #cda850;
}

.josjedan1{
    width: 20%;
}

.josjedan{
    display: flex;
    justify-content: flex-end;
    width: 20%;
}

.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
    width: 100;
    background-color: rgb(20, 29, 23);
    color: #cda850;
    text-align: center;
}

.slider{
    display: flex;
    width: 100;
    justify-content: center;
    background-color: #cda850;
    height: 300px;
    align-items: center;
}

.slider img{
    width: 700px;
    height: 250px;
    padding: 10px;
    border-radius: 10%;
}

.main{
    color: white;
    width: 100;
    background-color: rgba(26,43,32,255);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}

.row{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.article img{
    max-width: 75%;
    height: 350px;
    border-radius: 5%;
}

.article{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
}



@media (max-width: 768px) {
    .header2 {
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .header2 img {
        width: 30%;
    }

    .menu-icon {
        margin: 0;
    }
}
