@charset "UTF=8" ;

.TOP-header {
  background-color: chartreuse;
  display: flex;
  font-size: 80%;
  color: blue;
}

.next-header {
  display: flex;
  align-items: flex-start;


}

.third-header {
  display: flex;
  justify-content: space-between;
}

body { background-color: #e9e7ca;

}

.one {
 max-width: 70%;
 max-height: 70%;
}

h1 {

font-size:24px;
font-weight:bold;
color:#ff7800

}

p  {

font-size:15px; 

}

img{ 
    max-width: 10%;
    max-height: 10%;

}

article{

 margin: 10px;


}

#kizi{

  border-width: 5px;
  border-style: double;
  border-color: aquamarine;
  background-color: rgb(250, 253, 255);
  padding: 5px,5px,5px,5px;
  padding-left: 10px;


}

footer{

  color: white;

background-color: white;

background-image: linear-gradient(90deg,rgba(200,0,0,.5) 50%,
                  transparent 0),
                  linear-gradient(rgba(200,0,0,.5) 50%,transparent 0);
background-size: 30px 30px;                


}

.Qtwi{
  display: flex;

}



   

 
