#body{
    width: 100%;
    height: 800px;
    background-color:rgb(4, 252, 4);
    text-align: center;
    font-size: 25px;
    font-family: 'franklin gothic medium', 'arial narrow', Arial, sans-serif;
    color: rgb(14, 14, 14)
}
.header{
    width: 100%;
    height: 200px;
    background-color: rgb(4, 129, 19);
    border-radius: 25px;
    text-align: center;
    padding-top: 30px;

}
.menu{
    width: 100%;
    height: 50px;
    background-color: rgb(250, 250, 250);
    margin-top: 10px;

}
.slider{
    width: 100%;
    height: 300px;
    background-color: greenyellow;
    margin-top: 10px;

}
.konten{
    width: 300px;
    height: 300px;
    background-color: red;
    margin-top: 10px;

}