* {
  margin: 0;
  padding: 0;
  font-family: 'Mukta', sans-serif;
  color: #ba0209;
}

::placeholder {
  color: rgba(0, 0, 0, 0.699);
}

p {
  margin: auto 2em auto 1em;
  font-size: 0.8em;
  width: auto;
  color: rgba(0, 0, 0, 0.699);
  text-align: center;
}

.article-titles {
  color: rgba(0, 0, 0, 0.349);
}


.back {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  margin: 0.5em auto auto auto;
}



/* MEDIA QUERY MOBILE */
/* MEDIA QUERY MOBILE */
/* MEDIA QUERY MOBILE */
/* MEDIA QUERY MOBILE */
/* MEDIA QUERY MOBILE */
/* MEDIA QUERY MOBILE */
/* MEDIA QUERY MOBILE */
/* MEDIA QUERY MOBILE */
/* MEDIA QUERY MOBILE */
/* MEDIA QUERY MOBILE */

@media only screen and (max-width: 680px) {

  .btn-back {
      flex-direction: column;
      cursor: pointer;
      margin: auto auto auto 0.5em;
      padding: 1em;
  }

  body {
      overflow-y: auto;
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
  }

  .main {
      display: flex;
      flex-direction: column;
      width: auto;
      align-items: center;
  }

  .below-welcome {
      position: relative;
      top: 0em;
      margin-bottom: 3em;
  }

  .hide-welcome {
      visibility: hidden;
      transition: 0.3s;
  }
  
  .welcome {
      font-weight: bold;
      font-size: 1.2em;
      width: auto;
      position: unset;
      cursor:default;
      left: 0;
      transition: 0.3s;
      align-items: center;
      display: flex;
      justify-content: center;
      margin: 1em auto 0.5em auto;
  }
  
  .search-div {
      display: flex;
      justify-content: left;
      width: auto;
      position: relative;
      left: 0;
      bottom: 10em;
      top: 0em;
      transition: 0.3s;
  }
  
  .search-box {
      padding: 1.1em;  
      text-align: left;
      border: 1px solid black;
      margin-bottom: 1em;
      font-size: 0.8em;
  }
  
  .btn-search {
      padding: 1.1em;
      border-radius: 0 3px 3px 0;
      position: relative;
      margin-bottom: 1em;
      font-weight: bold;
      font-size: 0.8em;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;
  }

  .btn-search:active, .btn-search:hover {
      background-color: #af0909;
      color: rgb(255, 255, 255);
      border-radius: 0;
      border: none;
      transition: 0.2s;
  }
  
  .sections-div {
      position: relative;
      right: 0;
      margin: 0;
      align-items: center;
      display: flex;
      flex-direction: column;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s; 
  }

  .sections-div-hidden {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s;
      display: hidden;
  }
  
  .btn-sections {
      margin-top: 10em;
      font-weight: bold;
      padding: 0.5em;
      text-decoration: none;
      font-size: 1.2em;
      display: block;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      outline: none;
      height: auto;
      width: 15em;
      margin: 0.3em;
      font-style:normal;
      box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.192);
      right: 1em;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;

  }
  
  .btn-sections:active, .btn-sections:hover {
      background-color: #333333;
      color: rgb(255, 255, 255);
      border-radius: 5px;
      transition: 0.2s;
  }
  
  .article-title-div {
      font-family: sans-serif;
      width: auto;
      overflow: hidden;
      margin: 0 0 0 0;
      position: relative;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      display: flex;
      flex-direction: column;
  }

  .article-goes-up {
      position: relative;
      bottom: 40em;
      transition: 0.2s;
  }

  .btn-back, .back-btn {
      display: flex;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      margin: 0.5em auto 0.5em auto;
  }

  .btn-back {
      background-color: rgba(0, 0, 0, 0.774);
      color: white;
      font-family: inherit;
      font-weight: bold;
      border: none;
      border-radius: 5px;
      font-size: 0.7em;
  }
  
  .article-titles {
      font-family: sans-serif;
      font-weight: bold;
      padding: 0.5em;
      text-decoration: none;
      font-size: 1em;
      border-radius: 3px;
      cursor: pointer;
      outline: none;
      height: auto;
      width: auto;
      font-style:normal;
      background-color: white;
      color: rgba(0, 0, 0, 0.822);
      border: none;
      transition: 0.3s;
      position: relative;
      text-align: center;
      margin: 0.3em 0 0.3em 0;
  }

  .article-titles:active, .article-titles:hover {
      color: rgb(0, 0, 0);
      background-color: rgba(41, 41, 41, 0.082);
      border-radius: 10px;
      transition: 0.3s;
  }

  .article-body-div {
      display: flex;
      font-family: sans-serif;
      width: auto;
  }
  
  .m-question {
      font-style: oblique;
      margin: 1em auto;
  }

  .a-yes, .a-no {
      cursor: pointer;
      font-size: 1.5em;
      margin: 0.5em;
      padding-right: 0.5em;
      padding-left: 0.5em;
      border: 1px solid red;
  }

  .space {
      color: rgba(0, 0, 0, 0.699);
      font-style: normal;
      display: none;
  }

  .m-rating {
      color: rgba(0, 0, 0, 0.534);
      font-style: normal;
  }

}

/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */  
/* MEDIA QUERY DESKTOP */

@media only screen and (min-width : 1390px) {  

  .back {
      display: none;
      pointer-events: none;
  }

  .main {
      height: 100%;
      margin-top: 0em;
  }
  
  .header {
      font-size: 1.2em;
  }

  .content {
      height: 100%;
      display: flex;
      margin-top: 10em;
  }

  .btn-back {
      cursor: pointer;
      margin: 1em auto auto 1em;
      padding: 1em;
      background-color: rgba(0, 0, 0, 0.774);
      color: white;
      font-family: inherit;
      font-weight: bold;
      border: none;
      border-radius: 5px;
  }

  .header {
      display: flex;
      flex-direction: column;
      flex: 1;
      align-items: center;
      justify-content: center;
  }

  .header_2 {
      margin: 10em 30em auto;
      z-index: 10;
  }

  ::placeholder {
      font-size: 1.5em;
  }

  p {
      text-align: left;
      font-size: 1.3em;
  }
  
  .welcome {
      font-weight: bold;
      font-size: 1.6em;
      margin: 1em auto 0 auto;
      width: auto;
      cursor: default;
      display: flex;
      justify-content: center;
  }
  
  .search-div.active {
      flex-grow: 1;
  }
  
  .below-welcome {
      transition: 0.3s;
  }

  .form {
      display: flex;
      justify-content: center;
  }
  
  .search-div {
      display: flex;
      justify-content: center;
      width: auto;
      transition: 1s;
      padding: 1em;
      position: unset;
      left: 0;
      margin: 0;
      margin: 1.8em;
  }
  
  .search-box {
      height: 3.2em;
      width: 28em;  
      text-align: left;
      border: 1px solid black;
      border-right: none;
      margin-bottom: 1em;
      padding-left: 0.5em;
      font-size: 0.8em;
      background-color: white;
  }
  
  .btn-search {
      display: block;
      float: right;
      height: 3.8em;
      width: 6em;
      font-family: sans-serif;
      border-radius: 0 3px 3px 0;
      font-weight: bold;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;
  }
  
  .btn-search:hover {
      background-color: #333333;
      color: rgb(255, 255, 255);
      border-radius: 5px;
      transition: 0.2s;
      cursor:pointer;
  }
  
  .sections-div {
      display: flex;
      flex-direction: column;
      margin: -15em 5em 5em 5em;
      float: left;
      flex: 0;
  }
  
  .btn-sections {
      font-weight: bold;
      padding: 0.5em;
      text-decoration: none;
      font-size: 1.6em;
      display: block;
      border-radius: 3px;
      text-align: left;
      cursor: pointer;
      outline: none;
      height: auto;
      width: 13em;
      margin: 0.2em;
      font-style:normal;
      right: 1em;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;

  }
  
  .btn-sections:hover {
      background-color: #333333;
      color: rgb(255, 255, 255);
      border-radius: 5px;
      transition: 0.2s;
  }
  
  .article-title-div {
      font-family: sans-serif;
      margin-bottom: 2em;
      max-width: 1046px;
      overflow: auto;
      display: flex;
      flex-flow: column;
      transition: 1s;
  }
  
  .article-titles {
      margin-top: 10em;
      font-family: sans-serif;
      font-weight: bold;
      padding: 0.5em;
      text-decoration: none;
      font-size: 1.6em;
      border-radius: 3px;
      text-align: left;
      cursor: pointer;
      outline: none;
      height: auto;
      width: auto;
      margin: 0.3em;
      font-style:normal;
      background-color: white;
      color: rgba(0, 0, 0, 0.808);
      border: none;
      transition: 1s;
      margin-right: 1em;
      display: flex;
      flex-wrap: wrap-reverse;
  }
  
  .article-titles:hover {
      color: rgb(0, 0, 0);
      background-color: rgba(41, 41, 41, 0.082);
      border-radius: 10px;
      transition: 0.3s;
  }
  
  .article-body-div {
      display: block;
      font-family: sans-serif;
  }

  .m-question {
      font-style: oblique;
      margin-top: 1em;
  }

  .a-yes, .a-no {
      cursor: pointer;
  }

  .space {
      color: rgba(0, 0, 0, 0.699);
      font-style: normal;
  }

  .m-rating {
      color: rgba(0, 0, 0, 0.534);
      font-style: normal;
  }

}

@media only screen and (max-width : 1299px) and (min-width:1400px) {  

  .btn-back {
      flex-direction: column;
      cursor: pointer;
      margin: auto auto auto 0.5em;
      padding: 1em;
  }

  body {
      overflow-y: auto;
      overflow-x: hidden;
      display: flex;
      flex-direction: column;
  }

  p {
      text-align: center;
  }

  .main {
      display: flex;
      flex-direction: column;
      width: auto;
      align-items: center;
  }

  .below-welcome {
      position: relative;
      top: 0em;
      margin-bottom: 3em;
  }

  .hide-welcome {
      visibility: hidden;
      transition: 0.3s;
  }
  
  .welcome {
      font-weight: bold;
      font-size: 2em;
      width: auto;
      position: unset;
      cursor:default;
      left: 0;
      transition: 0.3s;
      align-items: center;
      display: flex;
      margin: 1em auto 0.5em auto;
  }
  
  .search-div {
      display: flex;
      justify-content: center;
      width: auto;
      transition: 0.3s;
  }
  
  .search-box {  
      text-align: left;
      border: 1px solid black;
      border-right: none;
      padding: 1em;
      font-size: 1em;
      float: left;
  }
  
  .btn-search {
      display: block;
      float: right;
      padding: 1.5em;
      font-family: sans-serif;
      border-radius: 0 3px 3px 0;
      margin-bottom: 1em;
      font-weight: bold;
      font-size: 0.8em;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;
  }
  
  .btn-search:hover {
      background-color: #333333;
      color: rgb(255, 255, 255);
      border-radius: 5px;
      transition: 0.2s;
      cursor:pointer;
  }
  
  .sections-div {
      position: relative;
      right: 0;
      margin: 0;
      align-items: center;
      display: flex;
      flex-direction: column;
      opacity: 1;
      visibility: visible;
      transition: opacity 0.3s; 
  }

  .sections-div-hidden {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s;
      display: hidden;
  }
  
  .btn-sections {
      margin-top: 10em;
      font-weight: bold;
      padding: 0.5em;
      text-decoration: none;
      font-size: 2em;
      display: block;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      outline: none;
      height: auto;
      width: 15em;
      margin: 0.3em;
      font-style:normal;
      box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.192);
      right: 1em;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;

  }
  
  .btn-sections:active, .btn-sections:hover {
      background-color: #333333;
      color: rgb(255, 255, 255);
      border-radius: 5px;
      transition: 0.2s;
  }
  
  .article-title-div {
      font-family: sans-serif;
      width: auto;
      overflow: hidden;
      margin: 0 0 0 0;
      position: relative;
      left: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      display: flex;
      flex-direction: column;
  }

  .article-goes-up {
      position: relative;
      bottom: 40em;
      transition: 0.2s;
  }

  .btn-back, .back-btn {
      display: flex;
      align-items: center;
      flex-direction: column;
      cursor: pointer;
      margin: 0.5em auto 0.5em auto;
  }

  .btn-back {
      background-color: rgba(0, 0, 0, 0.774);
      color: white;
      font-family: inherit;
      font-weight: bold;
      border: none;
      border-radius: 5px;
  }
  
  .article-titles {
      font-family: sans-serif;
      font-weight: bold;
      padding: 0.5em;
      text-decoration: none;
      font-size: 1.5em;
      border-radius: 3px;
      cursor: pointer;
      outline: none;
      height: auto;
      width: auto;
      font-style:normal;
      background-color: white;
      color: rgba(0, 0, 0, 0.822);
      border: none;
      transition: 0.3s;
      position: relative;
      text-align: center;
      margin: 0.3em 0 0.3em 0;
  }

  .article-titles:active, .article-titles:hover {
      color: rgb(0, 0, 0);
      background-color: rgba(41, 41, 41, 0.082);
      border-radius: 10px;
      transition: 0.3s;
  }

  .article-body-div {
      display: flex;
      font-family: sans-serif;
      width: auto;
  }
  
  .m-question {
      font-style: oblique;
      margin: 1em auto;
  }

  .a-yes, .a-no {
      cursor: pointer;
      font-size: 1.5em;
      margin: 0.5em;
      padding-right: 0.5em;
      padding-left: 0.5em;
      border: 1px solid red;
  }

  .space {
      color: rgba(0, 0, 0, 0.699);
      font-style: normal;
      display: none;
  }

  .m-rating {
      color: rgba(0, 0, 0, 0.534);
      font-style: normal;
  }

}

@media only screen and (max-width : 1389px) and (min-width:780px) {  
  .main {
      height: 100%;
      margin-top: 0em;
  }

  .content {
      height: 100%;
      display: flex;
      margin-top: 10em;
  }

  .btn-back {
      cursor: pointer;
      margin: 1em auto auto 1em;
      padding: 1em;
      background-color: rgba(0, 0, 0, 0.774);
      color: white;
      font-family: inherit;
      font-weight: bold;
      border: none;
      border-radius: 5px;
  }

  .header-1 {
      display: flex;
      flex-direction: column;
      flex: 1;
      align-items: center;
      justify-content: center;
  }

  .header-2 {
      margin: 10em;
  }

  ::placeholder {
      font-size: 1.2em;
  }

  p {
      text-align: left;
      font-size: 1.2em;
  }
  
  .welcome {
      font-weight: bold;
      font-size: 1.5em;
      margin: 1em auto 0 auto;
      width: auto;
      cursor: default;
      display: flex;
      justify-content: center;
  }
  
  .search-div.active {
      flex-grow: 1;
  }
  
  .below-welcome {
      transition: 0.3s;
  }

  .form {
      display: flex;
      justify-content: center;
  }
  
  .search-div {
      display: flex;
      justify-content: center;
      width: auto; /* 21em */
      transition: 1s;
      padding: 1em;
      position: unset;
      left: 0;
      margin: 0;
      margin: 0;
  }
  
  .search-box {
      height: 3.5em;
      width: 29em; /* 19em */
      text-align: left;
      border: 1px solid black;
      margin-bottom: 1em;
      padding-left: 0.5em;
      font-size: 0.8em;
      background-color: white;
  }
  
  .btn-search {
      height: 3.5em;
      padding: 0.5em;
      font-family: sans-serif;
      border-radius: 0 3px 3px 0;
      font-weight: bold;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;
  }
  
  .btn-search:hover {
      background-color: #333333;
      color: rgb(255, 255, 255);
      border-radius: 5px;
      transition: 0.2s;
      cursor:pointer;
  }
  
  .sections-div {
      display: flex;
      flex-direction: column;
      margin: -8em 5em 5em 5em;
      float: left;
      flex: 0;
  }
  
  .btn-sections {
      font-weight: bold;
      padding: 0.4em;
      text-decoration: none;
      font-size: 1.6em;
      display: block;
      border-radius: 3px;
      text-align: left;
      cursor: pointer;
      outline: none;
      height: auto;
      width: 10em;
      margin: 0.2em;
      font-style:normal;
      right: 1em;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;
  }
  
  .btn-sections:hover {
      background-color: #333333;
      color: rgb(255, 255, 255);
      border-radius: 5px;
      transition: 0.2s;
  }
  
  .article-title-div {
      font-family: sans-serif;
      margin-bottom: 2em;
      max-width: 1046px;
      overflow: auto;
      display: flex;
      flex-flow: column;
      transition: 1s;
  }
  
  .article-titles {
      margin-top: 10em;
      font-family: sans-serif;
      font-weight: bold;
      padding: 0.5em;
      text-decoration: none;
      font-size: 1.4em;
      border-radius: 3px;
      text-align: left;
      cursor: pointer;
      outline: none;
      height: auto;
      width: auto;
      margin: 0.3em;
      font-style:normal;
      background-color: white;
      color: rgba(0, 0, 0, 0.808);
      border: none;
      transition: 1s;
      margin-right: 1em;
      display: flex;
      flex-wrap: wrap-reverse;
  }
  
  .article-titles:hover {
      color: rgb(0, 0, 0);
      background-color: rgba(41, 41, 41, 0.082);
      border-radius: 10px;
      transition: 0.3s;
  }
  
  .article-body-div {
      display: block;
      font-family: sans-serif;
  }

  .m-question {
      font-style: oblique;
      margin-top: 1em;
  }

  .a-yes, .a-no {
      cursor: pointer;
  }

  .space {
      color: rgba(0, 0, 0, 0.699);
      font-style: normal;
  }

  .m-rating {
      color: rgba(0, 0, 0, 0.534);
      font-style: normal;
  }
}

@media only screen and (max-width : 1000px) and (min-width:680px) {  
  .main {
      height: 100%;
      margin-top: 0em;
  }

  .content {
      height: 100%;
      display: flex;
      margin-top: 10em;
  }

  .btn-back {
      cursor: pointer;
      margin: 1em auto auto 1em;
      padding: 1em;
      background-color: rgba(0, 0, 0, 0.774);
      color: white;
      font-family: inherit;
      font-weight: bold;
      border: none;
      border-radius: 5px;
  }

  .header {
      display: flex;
      flex-direction: column;
      flex: 1;
      align-items: center;
      justify-content: center;
  }

  .header_2 {
      margin: 10em;
  }

  ::placeholder {
      font-size: 1.2em;
  }

  p {
      text-align: left;
      font-size: 1.3em;
  }
  
  .welcome {
      font-weight: bold;
      font-size: 1.5em;
      margin: 1em auto 0 auto;
      width: auto;
      cursor: default;
      display: flex;
      justify-content: center;
  }
  
  .search-div.active {
      flex-grow: 1;
  }
  
  .below-welcome {
      transition: 0.3s;
  }

  .form {
      display: flex;
      justify-content: center;
  }
  
  .search-div {
      display: flex;
      justify-content: center;
      width: 39em; /* 21em */
      transition: 1s;
      padding: 1em;
      position: unset;
      left: 0;
      margin: 0;
      margin: 0;
  }
  
  .search-box {
      height: 3.5em;
      width: 29em; /* 19em */
      text-align: left;
      border: 1px solid black;
      margin-bottom: 1em;
      padding-left: 0.5em;
      font-size: 0.8em;
      background-color: white;
  }
  
  .btn-search {
      height: 3.5em;
      padding: 0.5em;
      border-radius: 0 3px 3px 0;
      font-weight: bold;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;
  }

  .btn-search:active, .btn-search:hover {
      background-color: #333333;
      color: rgb(255, 255, 255);
      border-radius: 0;
      border: none;
      transition: 0.2s;
  }
  
  .sections-div {
      display: flex;
      flex-direction: column;
      margin: 1em 5em 5em 0.8em;
      flex: 0;
      justify-content: left;
  }
  
  .btn-sections {
      font-weight: bold;
      padding: 0.8em;
      text-decoration: none;
      font-size: 1.3em;
      display: block;
      border-radius: 3px;
      text-align: left;
      cursor: pointer;
      outline: none;
      height: auto;
      width: 12em;
      margin: 0.2em;
      font-style:normal;
      right: 1em;
      background-color: #ba0209;
      color: rgb(255, 255, 255);
      box-shadow: none;
      border: 1px solid #ba0209;
      transition: 0.2s;
  }
  
  .btn-sections:hover {
      background-color: #333333;
      color: rgb(255, 255, 255);
      border-radius: 5px;
      transition: 0.2s;
  }
  
  .article-title-div {
      font-family: sans-serif;
      margin-bottom: 2em;
      max-width: 1046px;
      overflow: auto;
      display: flex;
      flex-flow: column;
      transition: 1s;
  }
  
  .article-titles {
      margin-top: 10em;
      font-family: sans-serif;
      font-weight: bold;
      padding: 0.5em;
      text-decoration: none;
      font-size: 1.5em;
      border-radius: 3px;
      text-align: left;
      cursor: pointer;
      outline: none;
      height: auto;
      width: auto;
      margin: 0.3em;
      font-style:normal;
      background-color: white;
      color: rgba(0, 0, 0, 0.808);
      border: none;
      transition: 1s;
      margin-right: 1em;
      display: flex;
      flex-wrap: wrap-reverse;
  }
  
  .article-titles:hover {
      color: rgb(0, 0, 0);
      background-color: rgba(41, 41, 41, 0.082);
      border-radius: 10px;
      transition: 0.3s;
  }
  
  .article-body-div {
      display: block;
      font-family: sans-serif;
  }
}