body {
  background: rgb(29,17,96);
    background: linear-gradient(90deg, rgba(29,17,96,1) 0%, rgba(102,45,145,1) 54%, rgba(102,45,145,1) 100%);
    color: white;
}

.column3 {
  column-count: 3;
  width: 100%;
  margin-left: 20%;
  color: #fff;
  font-family: Lalezar;
  font-size: 16px;
}

.containerlogo {
  display: flex;
  width: 40%;
  margin-top: 10px;
  margin-left: 590px;
}

.container {
  display: flex;
  width: 40%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.containerlogo img {
  width: 120px;
  height: auto;
  border-radius: 15px;
}

.container img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

.backButton {
  display: flex;
  width: 90px;
  margin-top: 15px;
  margin-left: 540px;
}

.backButton2 {
  width: 6%;
  margin-top: 25px;
  margin-left: 45%;
  padding: 1%;
}

.startQuiz {
  display: flex;
  width: 90px;
  margin-top: -34px;
  margin-left: 670px;
}

.firstline {
  width: 33%;
  column-count: 3;
  margin-top: 15px;
  margin-left: 30%;
}


.button-2 {
  appearance: none;
  background-color: #0095ff;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  font-family: Lalezar;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-2:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-2:hover {
  background-color: #07c;
}

.button-2:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
  outline: none;
}

.button-2:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-2:active {
  background-color: #0064bd;
  box-shadow: none;
}

.button-3 {
appearance: none;
background-color: #2ea44f;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: Lalezar;
font-size: 18px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
box-shadow: none;
outline: none;
}

.button-3:hover {
background-color: #2c974b;
}

.button-3:focus {
box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
outline: none;
}

.button-3:disabled {
background-color: #94d3a2;
border-color: rgba(27, 31, 35, .1);
color: rgba(255, 255, 255, .8);
cursor: default;
}

.button-3:active {
background-color: #298e46;
box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

.button-4 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -5%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-4:focus:not(:focus-visible):not(.focus-visible) {
box-shadow: none;
outline: none;
}

.button-4:hover {
background-color: #b300b3;
}

.button-5 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -45%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-5:hover {
background-color: #b300b3;
}

.button-6 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -85%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-6:hover {
background-color: #b300b3;
}

.button-7 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -5%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-7:hover {
background-color: #b300b3;
}

.button-8 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -45%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-8:hover {
background-color: #b300b3;
}

.button-9 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -85%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-9:hover {
background-color: #b300b3;
}

.button-10 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -5%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-10:hover {
background-color: #b300b3;
}

.button-11 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -45%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-11:hover {
background-color: #b300b3;
}

.button-12 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -85%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-12:hover {
background-color: #b300b3;
}

.button-13 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -5%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-13:hover {
background-color: #b300b3;
}

.button-14 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -45%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-14:hover {
background-color: #b300b3;
}

.button-15 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -85%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-15:hover {
background-color: #b300b3;
}

.button-16 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -5%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-16:hover {
background-color: #b300b3;
}

.button-17 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -45%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-17:hover {
background-color: #b300b3;
}

.button-18 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 60%;
margin-left: -85%;
margin-top: 15px;
font-family: Lalezar;
font-size: 20px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-18:hover {
background-color: #b300b3;
}

.button-19 {
appearance: none;
background-color: #00008B;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: Lalezar;
font-size: 20px;
width: 100%;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-19:focus:not(:focus-visible):not(.focus-visible) {
box-shadow: none;
outline: none;
}

.button-19:hover {
background-color: #07c;
}

.button-19:focus {
box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
outline: none;
}

.button-19:disabled {
background-color: #94d3a2;
border-color: rgba(27, 31, 35, .1);
color: rgba(255, 255, 255, .8);
cursor: default;
}

.button-19:active {
background-color: #0064bd;
box-shadow: none;
}

.tvseriesdesc {
  width: 50%;
  color: white;
  margin-top: 3%;
  margin-left: 28%;
  font-size: 1.7rem;
  font-family: Lalezar;
}



/* Extra small devices (phones, 600px and down) */
@media (max-width: 600px)  {
  body {
    background: rgb(29,17,96);
    background: linear-gradient(90deg, rgba(29,17,96,1) 0%, rgba(102,45,145,1) 54%, rgba(102,45,145,1) 100%);
    color: white;
    background-attachment: fixed;
}

.column3 {
  column-count: 1;
  width: 100%;
  color: #fff;
  font-family: Lalezar;
  font-size: 30px;
}

.containerlogo {
  display: flex;
  width: 40%;
  margin-top: 10px;
  margin-left: 590px;
}

.container {
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.containerlogo img {
  width: 120px;
  height: auto;
  border-radius: 15px;
}

.container img {
  width: 100%;
  height: auto;
  margin-left: 30px;
  border-radius: 8px;
}

.backButton {
  display: flex;
  width: 90px;
  margin-top: 15px;
  margin-left: 540px;
}

.backButton2 {
  width: 32%;
  margin-top: 25px;
  margin-left: 38%;
  padding: 1%;
}

.startQuiz {
  display: flex;
  width: 90px;
  margin-top: -34px;
  margin-left: 670px;
}

.firstline {
  width: 33%;
  column-count: 3;
  margin-top: 15px;
  margin-left: 30%;
}


.button-2 {
  appearance: none;
  background-color: #0095ff;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  font-family: Lalezar;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}

.button-2:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

.button-2:hover {
  background-color: #07c;
}

.button-2:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
  outline: none;
}

.button-2:disabled {
  background-color: #94d3a2;
  border-color: rgba(27, 31, 35, .1);
  color: rgba(255, 255, 255, .8);
  cursor: default;
}

.button-2:active {
  background-color: #0064bd;
  box-shadow: none;
}

.button-3 {
appearance: none;
background-color: #2ea44f;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: Lalezar;
font-size: 18px;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-3:focus:not(:focus-visible):not(.focus-visible) {
box-shadow: none;
outline: none;
}

.button-3:hover {
background-color: #2c974b;
}

.button-3:focus {
box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
outline: none;
}

.button-3:disabled {
background-color: #94d3a2;
border-color: rgba(27, 31, 35, .1);
color: rgba(255, 255, 255, .8);
cursor: default;
}

.button-3:active {
background-color: #298e46;
box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}

.button-4 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-4:focus:not(:focus-visible):not(.focus-visible) {
box-shadow: none;
outline: none;
}

.button-4:hover {
background-color: #b300b3;
}

.button-5 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-5:hover {
background-color: #b300b3;
}

.button-6 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-6:hover {
background-color: #b300b3;
}

.button-7 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-7:hover {
background-color: #b300b3;
}

.button-8 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-8:hover {
background-color: #b300b3;
}

.button-9 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-9:hover {
background-color: #b300b3;
}

.button-10 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-10:hover {
background-color: #b300b3;
}

.button-11 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-11:hover {
background-color: #b300b3;
}

.button-12 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-12:hover {
background-color: #b300b3;
}

.button-13 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-13:hover {
background-color: #b300b3;
}

.button-14 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-14:hover {
background-color: #b300b3;
}

.button-15 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-15:hover {
background-color: #b300b3;
}

.button-16 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-16:hover {
background-color: #b300b3;
}

.button-17 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-17:hover {
background-color: #b300b3;
}

.button-18 {
appearance: none;
background-color: #cc00cc;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
box-sizing: border-box;
color: #fff;
cursor: pointer;
width: 100%;
margin-left: -12vw;
margin-top: 3vh;
font-family: Lalezar;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
text-align: center;
position: relative;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-18:hover {
background-color: #b300b3;
}

.button-19 {
appearance: none;
background-color: #00008B;
border: 1px solid rgba(27, 31, 35, .15);
border-radius: 6px;
box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: Lalezar;
font-size: 20px;
width: 100%;
margin: auto;
font-weight: 600;
line-height: 20px;
padding: 6px 16px;
position: relative;
text-align: center;
text-decoration: none;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
vertical-align: middle;
white-space: nowrap;
}

.button-19:focus:not(:focus-visible):not(.focus-visible) {
box-shadow: none;
outline: none;
}

.button-19:hover {
background-color: #07c;
}

.button-19:focus {
box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
outline: none;
}

.button-19:disabled {
background-color: #94d3a2;
border-color: rgba(27, 31, 35, .1);
color: rgba(255, 255, 255, .8);
cursor: default;
}

.button-19:active {
background-color: #0064bd;
box-shadow: none;
}

.tvseriesdesc {
  width: 80%;
  color: white;
  margin-top: 8%;
  margin-left: 18%;
  font-size: 1.3rem;
  font-family: Lalezar;
}
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) and (max-width: 767px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  
}


/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

}


/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1201px) {
  
}

/* Extra large devices (large laptops and desktops, 1200px and up) */ 
@media (min-width: 1200px) and (max-width: 1399px) {

}
