*{
    padding: 0;
    margin: 0;
    color: black;
   
}
html{
    scroll-behavior: smooth;
}
.kapsayici{
    background-color: rgb(87, 123, 153);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    top: 0px;
    left: 0px;
    border-bottom: 6px solid lightblue;
}


.kapsayici ol{
    display: flex;
    list-style-type: none;
    width: 100%;
}
.kapsayici ol li{
    flex-grow: 1;
}
.kapsayici ol li a{
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 90px 10px;
    font-weight: bold;
    font-size: 20px;
    color: black;
}
.kapsayici ol li a:hover{
   
    
    color: lightblue;
    transition: 0.6s;
    

}
.baslik{
    color:rgb(87, 123, 153) ;
    font-size: 36px;
    text-align: center;
    font-weight: bolder;
    margin: 15px;

}
.anasayfa{
    width: 100%;
    margin: auto auto;
    
    
}
.ustkap{
    display: flex;
    width: 100%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    height: 400px;
   
}
.solresim{
    padding: 10px 10px;
    margin: 50px 100px;
}
.yazi{
    padding: 10px 10px;
    margin: 50px 100px;
    
}
.yazi h1{
    font-size: 26px;
    color:rgb(87, 123, 153) ;
}
.yazi p{
    text-indent: 50px;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-bottom: 20px;
}
.solresim img{
    width: 300px;
}
.kutu img{
    width: 200px;
    height: 180px;
    margin: 0px 80px;
    margin-left: 12%;
    margin-bottom: 20px;
    
}
.kutu{
   width: 22%;
   height: 400px;
   margin: 12px 0px;
   padding: 10px;
   align-items: center;
   border: 10px solid lightblue;
   border-radius: 100px;

}
.kutu h1{
    color: rgb(87, 123, 153);
    text-align: center;
    margin-bottom: 25px;
}

.footer{
    margin-top: 25px;
    padding-top: 25px;
    height: 50px;
   background-color: rgb(87, 123, 153);
    
}
.kutu p{
    text-indent: 50px;
    font-size: 18px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.alt{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    height: 450px;
    
}




