* {
  box-sizing: border-box;
}

body{
  background-color:#010003;
  background: url('https://images2.imgbox.com/ed/29/lhoxmpeZ_o.jpg') no-repeat center fixed;
background-size: cover;
}


.all{
  background-color:rgba(11,43,89, 0.6);
  border:4px solid black;
  box-shadow: 7px 9px RGBA(0, 0, 0, 0.3);
  width:80%;
  color:white;
  display:block;
  margin:auto;
  margin-top:-20px;
  border-radius:20px;
  padding-right:20px;
  padding-left:20px;
  padding-bottom:40px;
  font-family:helvetica;
}

h1{
  font-size:70px;
   color: #010003; -webkit-text-stroke: 1px #82ddfb;
   text-shadow: 1px 1px 2px #82ddfb, 0 0 15px #e5fefd, 0 0 5px #214788;
}

.header{
  padding:20px;
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(1, 0, 3, 1) 25%);
  margin-bottom:40px;
  margin-left:-20px;
  text-align:center;
  margin-right:-20px;
  margin-top:-20px;
}

.coiny-regular {
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: normal;
}

h2{
 font-size:35px;
 color: #82ddfb;
  margin-top:-5px;
}

a:link {color:#82ddfb;}
a:visited {color:#82ddfb;}
a:hover {color:#bbedfd;}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

.right {
  width: 25%;
}
.middle {
  width: 75%;
}
.section{
     background-color:#010003;
      border-radius:10px;
      border:3px solid #82ddfb;
      padding:20px;
      margin-bottom:20px;
}

.info{
  background-color:rgba(11,43,89, 0.6);
  border-radius:10px;
  padding:10px;
  width:40%;
  font-size:19px;
  line-height: 1.5;
}
.tags{
    background-color:rgba(11,43,89, 0.6);
  border-radius:10px;
  padding:3px;
  padding-left:20px;
  font-size:16px;
}

.bodytext{
  text-align:justify;
  text-justify:inter-word;
  font-size:17px;
  line-height: 1.6;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*back to top button*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  outline: none;
  background-color:#010003;
  color:#bbedfd;
  border-radius:10px;
  border:3px solid #82ddfb;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color:#0b2b59;
  color:#82ddfb;
}

/*tag section*/
.filterDiv {
  display: none;
}
.show {
  display: block;
}
.container {
  overflow: hidden;
}
/* Style the buttons */
.btn {
  outline: none;
  padding: 8px;
  margin-top:10px;
  margin-right:5px;
  background-color:rgba(11,43,89, 1);
  color:white;
   border:none;
  border-radius:10px;
  cursor: pointer;
}
.btn:hover {
  background-color: #82ddfb;
  color:#010003;
}
.btn.active {
  background-color:#010003;
  color: gray;
  border:none;
}

/*optional collapsible section*/
.collapsible {
  background-color:#010003;
  color:#82ddfb;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
}

.active, .collapsible:hover {
  background-color:#010003;
}

.content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

 /* Responsive layout - when the screen is less than 800px wide, make the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column {
    width: 100%;
  }
  .info{
   width:100%; 
  }
img{
 display:none; 
}
h1{
 font-size:40px; 
 text-align:left;
 margin-top:0;
}
.all{
width:100%;
}
.bodytext{
text-align:left;
text-justify:none;
}
}