body {
  line-height: 1.6;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  height: 100vh;
  color: rgb(70, 69, 69);
  background: linear-gradient(to right, #F3A183, #EC6F66);
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

/* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 200px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 20px;
}

/* The navigation menu links */

.sidenav h1 {
  padding: 6px 8px 6px 16px;
  font-size: 30px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Style page content */
.main {
  margin-left: 200px; /* Same as the width of the sidebar */
  padding: 10px 200px 10px 80px;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.main2 {
  margin-left: 200px; /* Same as the width of the sidebar */
  padding: 10px 200px 10px 80px;
  /*text-align: center;
  justify-content: center;
  align-items: center;*/
  height: 100vh;
}

.main3 {
  margin-left: 200px; /* Same as the width of the sidebar */
  padding: 10px 800px 10px 80px;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

/*disabled sidebar links*/
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.img2 {
  max-width: 400px;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-indent: -35%;
  position: absolute;
  top: 51.5%;
  left: 50%;
  transform: translate(50%, -50%);
  text-align: center;
}

.img2 img {
  max-width: initial; /* Maybe optional. See note below */ 
}

.img3 {
  width: 1000px; 
  height: 400px;
  overflow: hidden;
  text-indent: -20%;
  top: 51.5%;
  left: 60%;
  transform: translate(-25%, -25%);
}

.img3 img {
  max-width: initial; /* Maybe optional. See note below */ 
}

/* If you want the content centered horizontally and vertically */
.centered {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.xop-container {
	display: flex;
}

.xop-left {
  display: flex;
	flex-direction: column;
	flex: 1;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 100%;
  transform: translate(42%, 0%);
}
.xop-right {
  display: flex;
	flex-direction: column;
  justify-content: center;
	flex: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}