.textLeft {
  text-align: left; /* Center the text */
  /*clear:both;*/
  margin-top: 2px; /* Adjust margin as needed */
  font-family:Comic Sans MS;
  font-size:24pt;
   color:#00B0F0;
   background-color:#181818;
  float:left;
}
.textRight {
  text-align: right; /* Center the text */
  clear:both;
  margin-top: 2px; /* Adjust margin as needed */
  margin-right:2%;
  font-family:Comic Sans MS;
    font-size:20pt;
    color:#00B0F0;
       background-color:#262626;
    float:right;

}
.containerz {
  display: flex;
  justify-content: space-between;
    position: absolute;
	/*width:1400px;*/
	width: 120%;
  top: 73%;
  left: -10%;
  right:18%
}

@media only screen and (max-width: 1920px) {
.containerz {
display: flex;
  justify-content: space-between;
    position: absolute;

	width: 120%;
  top: 73%;
  left: -10%;
  right:6%
}
.textRight {
  text-align: right;
  clear:both;
  margin-top: 2px;
  margin-right:0%;
  font-family:Comic Sans MS;
    font-size:20pt;
    color:#00B0F0;
       background-color:#262626;
    float:right;

}
}

@media only screen and (max-width: 1500px) {
.containerz {
  display: flex;
  justify-content: space-between;
    position: absolute;
	/*width:1400px;*/
	width: 93%;
  top: 74%;
  left: 4%;
  right:20%
}
.textRight {
  text-align: right; /* Center the text */
  clear:both;
  margin-top: 2px; /* Adjust margin as needed */
  margin-right:0%;
  font-family:Comic Sans MS;
    font-size:20pt;
    color:#00B0F0;
       background-color:#262626;
    float:right;

}
}
@media only screen and (max-width: 1366px) {
.containerz {
  display: flex;
  justify-content: space-between;
    position: absolute;
	/*width:1400px;*/
	width: 120%;
  top: 73%;
  left: -10%;
  right:20%
}
.textRight {
  text-align: right; /* Center the text */
  clear:both;
  margin-top: 2px; /* Adjust margin as needed */
  margin-right:3%;
  font-family:Comic Sans MS;
    font-size:20pt;
    color:#00B0F0;
       background-color:#262626;
    float:right;

}
}
@media only screen and (max-width: 1000px) {
.containerz {
  display: flex;
  justify-content: space-between;
    position: absolute;
	/*width:1400px;*/
	width: 100%;
  top: 70%;
  left: 0%;
  right:20%
}
.textRight {
  text-align: right; /* Center the text */
  clear:both;
  margin-top: 2px; /* Adjust margin as needed */
  margin-right:0%;
  font-family:Comic Sans MS;
    font-size:20pt;
    color:#00B0F0;
       background-color:#262626;
    float:right;

}
}
.sectionTextFirst {
 font-family:Comic Sans MS;
    font-size:24pt;
    text-align:center;
    color:#00B0F0;
    margin-top: 30%!important;
}
.sectionTextSecond {
 font-family:Comic Sans MS;
    font-size:24pt;
    text-align:center;
    color:#00B0F0;
    /*margin-top: 30%!important;*/
}

.reveal section {
  height: 900px; /* Adjust height as needed */
}

.fragment {
  visibility: visible; /* Ensures immediate visibility */
}
.no-fragment {
  display: inline-block; /* Force element to be displayed inline */
  visibility: visible; /* Ensure immediate visibility */
}
.reveal .slides section div {
    transition: none;
}
.no-transition {
  transition: none;
}
}