body{
  background-color: #04071c;
}
.title-chart-section {
  position: fixed;
  top: 0;
  background-color: #04071c;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}
#title-chart {
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 0px;
  color: aliceblue;
  font-family: 'Roboto', sans-serif;
  font-weight: 590;
  letter-spacing: 20px;
}
#ps {
  width: 80%;
  position: absolute;
  margin-top: 3%;
  left: 20%;
  height: 100%;
}
.flow {
  background-color: rgb(236, 236, 236);
  width: 70%;
  height: fit-content;
  position: relative;
  overflow-x: auto;
  overflow-wrap: break-word;
  padding-top: 1%;
  padding-left: 1.5%;
  padding-right: 1%;
  padding-bottom: 1%;
  border-radius: 3px;
}
.posts{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: large;
  font-weight: 400;
}
.bottom{
  background-color: #04071c;
  position: relative;
  width: 80%;
  height: 5%;
}
.zamansec{
  height: 28px;
  position: relative;
  top: 1%;
  padding-left: 5%;
  color:rgb(236, 236, 236);
}
.zaman{
  font-size: large;
}
@media screen and (max-width: 700px) {
  .title-chart-section {
    position: fixed;
    top: 0;
    left: 2%;
    margin-bottom: 10px;
    background-color: #04071c;
    width: 100%;
    height: 70px;
    z-index: 2;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
  }
  #ustbolme{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    z-index: 1;
    display: flex;
  }
  #ps {
    width: 85%;
    position: absolute;
    margin-top: 3%;
    left: 19%;
    height: 100%;
  }
  #title-chart {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    color: aliceblue;
    font-family: 'Roboto', sans-serif;
    font-weight: 590;
    letter-spacing: 12px;
  }
  .flow {
    background-color: rgb(236, 236, 236);
    width: 95%;
    height: fit-content;
    position: relative;
    margin-left: -11%;
    margin-top: 6%;
    overflow-x: auto;
    overflow-wrap: break-word;
    padding-top: 1%;
    padding-left: 1.5%;
    padding-right: 1%;
    padding-bottom: 1%;
    border-radius: 3px;
    text-align:center;
  }
  .posts{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 100%;
    font-weight: 400;
  }
.zamansec{
    height: 28px; 
    position: relative; 
    top: 0px; 
    padding-left:35%; 
    color:rgb(236, 236, 236);
    margin-bottom:6%;
}
}
@media screen and (min-width: 701px) and (max-width: 749px){
    .zamansec{
    height: 28px; 
    position: relative; 
    top: 0px; 
    padding-left:30%; 
    color:rgb(236, 236, 236);
    margin-bottom:6%;
    }
}
@media screen and (max-width: 280px) {
  .title-chart-section {
    position: fixed;
    top: 0;
    left: -3%;
    margin-bottom: 10px;
    background-color: #04071c;
    width: 100%;
    height: 70px;
    z-index: 2;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
  }
  #title-chart {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    color: aliceblue;
    font-family: 'Roboto', sans-serif;
    font-weight: 590;
    letter-spacing: 5px;
  }
  #ps {
    width: 80%;
    position: absolute;
    margin-top: 3%;
    left: 30%;
    height: 100%;
  }
  .flow {
    background-color: rgb(236, 236, 236);
    width: 95%;
    left: -12%;
    height: fit-content;
    position: relative;
    margin-top: 5%;
    overflow-x: auto;
    overflow-wrap: break-word;
    padding-top: 1%;
    padding-left: 1.5%;
    padding-right: 1%;
    padding-bottom: 1%;
    border-radius: 3px;
  }
  .posts{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: small;
    font-weight: 400;
  }
  .zamansec{
    height: 28px; 
    position: relative; 
    top: 1%; 
    margin-left: 10%; 
    color:rgb(236, 236, 236);
}
  .zaman{
      font-size:medium;
  }
}

@media screen and (min-width: 750px) {
    .title-chart-section {
    position: fixed;
    top: 0;
    left: -3%;
    margin-bottom: 10px;
    background-color: #04071c;
    width: 100%;
    height: 70px;
    z-index: 2;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
  }
  #ustbolme{
    width: 100%;
    height: 50px;
    z-index: 1;
    display: flex;
  }
  #title-chart {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    color: aliceblue;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 32px;
  }
  #ps {
    width: 80%;
    position: absolute;
    margin-top: 3%;
    left: 14%;
    height: 100%;
  }
  .flow {
    background-color: rgb(236, 236, 236);
    width: 85%;
    height: fit-content;
    position: relative;
    margin-top: 1%;
    overflow-x: auto;
    overflow-wrap: break-word;
    padding-top: 1%;
    padding-left: 1.5%;
    padding-right: 1%;
    padding-bottom: 1%;
    border-radius: 3px;
    text-align:center;
  }
  .posts{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: x-large;
    font-weight: 400;
    text-align:center;
  }
  .zamansec{
    height: 28px; 
    position: relative; 
    top: 1%; 
    margin-bottom: 3%;
    margin-left:40%; 
    color:rgb(236, 236, 236);
}
}
@media screen and (min-width: 300px)and (max-width: 374px){
    #ps{
    width: 86%;
    position: absolute;
    margin-top: 3%;
    left: 20%;
    height: 100%;
    }
    .zamansec{
    height: 28px; 
    position: relative; 
    top: 1%; 
    margin-left: 10%; 
    color:rgb(236, 236, 236);  
}
.zaman{
    font-size:medium;
}
}
@media screen and (min-width: 375px) and (max-width: 400px) {
  #title-chart {
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    color: aliceblue;
    font-family: 'Roboto', sans-serif;
    font-weight: 590;
    letter-spacing: 10px;
  }
  .zamansec{
    height: 28px; 
    position: relative; 
    top: 1%; 
    margin-left: 14%; 
    color:rgb(236, 236, 236);
}
.zaman{
    font-size:medium;
}
}