body{ 
    background-color:rgb(238, 255, 0);
   text-align: center;
}
.container div{
    box-shadow: 10px 10px 50px black;
}
h1{
    text-shadow: 3px 3px 5px black;
}
.container{
    width: 75%;
    height: 1440px;
    margin: auto;
    background-color: rgb(216, 195, 10);
    border-radius: 20px;
    padding: 5px;
}
.logobox{
    width: 98%;
    background-color: azure;
    height: 200px;
    float: left;
    border-radius: 10px;
    margin: 10px 10px 0 10px;
}

.menubox{
    clear: both;
    float: left;
    width: 25%;
    margin:10px 10px 0 10px;
    height: 500px;
    background-color: rgb(82, 25, 25);
    border-radius: 10px;
}
.sliderbox{
    width: 72%;
    height: 500px;
    background-color: aqua;
    border-radius: 10px;
    margin: 10px 10px 0 0px;
    float: left;
    
}
.rightsectionbox{
    width: 32%;
    height: 295px;
    background-color: brown;
    float: left;
    border-radius: 10px;
    margin: 10px 0px 0px 10px ;
}
.haber-container{
    width: 100%;
    clear: both;
}
.haber{
width: 48.5%;
height: 300px;
border-radius: 10px;
background-color: bisque;
float: left;
margin: 10px 0 0 10px;
}
.footerbox{
    clear: both;
    float: left;
    width: 98%;
    height: 80px;
    border-radius: 10px;
    background-color: black;
    margin: 10px 10px 10px 10px ;
}
.logobox h1{
    font-size: 60px;
    margin: 70px 0 20px 0;
}
.bannerbox h1{
    font-size: 60px ;
    color: white;
    margin: 100px 0 20px 0 ;
}
.menubox h1{
    color: white;
    margin-top: 210px;
}
.sliderbox h1{
    font-size: 90px;
    margin: 190px 0 0 0;
}
.rightsectionbox h1{
    color: white;
    margin: 120px 0 0 0;
}
.haber h1{
    font-size: 50px;
    margin: 90px 0 0 0;
}
.footerbox h1{
    clear: both;
    color: white;
    font-size: 60px;
    text-shadow: 3px 3px 8px white;
}