@charset "UTF-8";
/* CSS Document */

body {
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
  color: #000;
  background: #fff;
  margin: 0;
}

.square {
  float: left;
  clear: both;
  position: relative;
  width: 100%;
  height: auto;
  padding: 3px;
  background-color: none;
  margin-bottom: 10px;
  font-size: 12px;
}

.bigmain {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: none;
  overflow: auto;
}

.twentyseventeen {
  position: relative;
  width: 300px;
  left: 10px;
  top: 10px;
  height: auto;
  float: left;
  background-color: none;
}

.twentyeighteen {
  position: relative;
  width: 300px;
  left: 10px;
  top: 10px;
  height: auto;
  float: left;
  background-color: none;
}

.twentynineteen {
  position: relative;
  width: 300px;
  left: 10px;
  top: 10px;
  height: auto;
  float: left;
  background-color: none;
}

.twentytwenty {
  position: relative;
  width: 300px;
  left: 10px;
  top: 10px;
  height: auto;
  float: left;
  background-color: none;
}

.twentytwentyone {
  position: relative;
  width: 300px;
  left: 10px;
  top: 10px;
  height: auto;
  float: left;
  background-color: none;
}

.twentytwentytwo {
  position: relative;
  width: 300px;
  left: 10px;
  top: 10px;
  height: auto;
  float: left;
  background-color: none;
}

.twentytwentythree {
  position: relative;
  width: 300px;
  left: 10px;
  top: 10px;
  height: auto;
  float: left;
  background-color: none;
}

.twentytwentyfour {
  position: relative;
  width: 300px;
  left: 10px;
  top: 10px;
  height: auto;
  float: left;
  background-color: none;
}

.center {
  position: relative;
  width: 999px;
  height: 100%;
  float: left;
  background-color: none;
}

.right {
  position: fixed;
  bottom: 0;
  right: 10px;
  text-align: right;
  background-color: none;
}

.logo {
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px;
  text-align: right;
  background-color: none;
  z-index: 1000000;
}

a {
  font-family: 'Times New Roman', Times, serif;
  font-size: 12px;
  color: black;
  transition: .5s;
}

a:hover {
  text-decoration: underline;
  color: pink;
}

a.temp {
  font-family: Arial, Helvetica, sans-serif;
  color: red;
  transition: .5s;
  font-size: 18px;
  font-weight: bold;
}

a.temp:hover {
  text-decoration: underline;
  color: greenyellow;
}

/*  following just for the demo */

p {
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  max-width: 100%;
  max-height: auto;
  height: auto;
}

video {
  max-width: 100% !important;
  max-height: auto !important;
}

.issue {
  width: 1000px;
  margin: 2em;
  position: relative;
  height: inherit;
  text-align: justify;
  max-width: 80%;
  float: left;
  background-color: none;
}

#solution {
  position: fixed;
  z-index: 1;
  text-align: right;
  right: 0px;
  top: 0px;
  left: 0px;
  padding: 10px;
  background-color: none;
}

#rainbow {
  width: 800px;
  max-width: 95%;
  max-height: 97%;
  height: 800px;
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: -400px;
  background-color: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  text-align: justify;
}

a.rainbow-text {
  background-image: repeating-linear-gradient(45deg, violet, indigo, blue, green, yellow, orange, red, violet);
  text-align: center;
  background-size: 800% 800%;
  background-clip: text;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  animation: rainbow 8s ease infinite;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;

}

.rainbow-text {
  background-image: repeating-linear-gradient(45deg, violet, indigo, blue, green, yellow, orange, red, violet);
  text-align: center;
  background-size: 800% 800%;
  background-clip: text;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  animation: rainbow 8s ease infinite;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;

}
a.rainbow-text:hover{
  background-image: repeating-linear-gradient(45deg, violet, indigo, blue, green, yellow, orange, red, violet);
  text-align: center;
  background-size: 800% 800%;
  background-clip: text;
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  animation: rainbow 8s ease infinite;
}

@keyframes rainbow {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 25%
  }
  100% {
    background-position: 0% 50%
  }
}

@media only screen and (max-width: 1000px) {
  .issue {
    width: 98%;
    max-width: 98%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 5px;
    margin-right: 0;
    background-color: none;
  }
}

@media only screen and (max-width: 850px) {
  #rainbow {
    width: 94%;
    max-width: 98%;
    background-color: none;
    left: 0;
    top: 0;
    margin-left: 0;
    margin: 10px auto;
    padding: 10px;
  }
}