﻿body {
    text-align: center
}
.awesome-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: blue;
    width: 70px;
    padding: 5px;
    background-color: white;
    border: 1px solid #e4e2e2;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bas {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin: 30px 0 30px 0;
    font-size: 24px;
    border: 1px solid black;
    border-radius:5px;
}
.ort {
    color: black;
}
.oz {
    border: 1px solid black;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    color:black;
}
.cov {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px gray solid;
    border-radius: 5px;
    color: black;
    padding:20px;
}
.mu{
  
}
.nu {
  
}
img {
    width: 100%;
    
}
.sol {
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    height: 100%;
}
.asol {
    min-width: 250px;
    border: 3px yellow solid;
    border-radius: 5px;
}
.bsol {
    min-width: 250px;
    border: 3px yellow solid;
    border-radius: 5px;
}
.sag {
  
    text-align: justify;
    padding:30px;
}
#har {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid black;
    border-radius: 7px;
    padding: 10px;
    margin-top: 10px;
    background-image: url('../Resim/esenlikasabasi.jpg');
    background-size:100% 100%;
}
.album {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 100%;
    width: contain;
    margin-top: 1px;
    margin-bottom:30px;
}
.bt1, .bt2, .bt3, .bt4, .bt5 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: none;
    height: 35px;
    width: fit-content;
    border: 0.5px solid #793f3f;
    border-radius: 3px;
    margin: 1px;
}
.pan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: none;
    height: contain;
    width: 100%;
}
@media all and (max-width: 968px) {
    .cov{
        display:flex;
        align-items:center;
        justify-content:center;
        flex-direction:column;
    }
    .sol {
        display: flex;
        align-items: center;
        justify-content: center;
        height: contain;
        border: 0px yellow solid;
    }

    .sag {
       order:2;

        text-align: justify;
    }
    .asol {
        order: 1;
       
       
        border-radius: 5px;
    }

    .bsol {
        order: 3;
      
       
        border-radius: 5px;
    }
    img {
        width: 100%;
        border-radius: 5px;
    }
    .bt1, .bt2, .bt3, .bt4, .bt5 {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        border-bottom: none;
        height: 35px;
        width: fit-content;
        border: 0.5px solid #793f3f;
        border-radius: 3px;
        margin: 0.5px;
    }
    }