body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    position: fixed;
}


.magazine{
     position: fixed;
}


.dropbtn {
  background-color: #314399;
  color: white;
  padding: 2px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.btn {
  position: relative;
  display: inline-block;
  overflow: auto;
  white-space: nowrap;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.btn:hover .dropdown-content {
  display: block;
}

.btn:hover .dropbtn {
  background-color: #5a72e2;
}

.info{
  text-align: right;
  position: relative;
}


.container{
     position: fixed;
}

.wrapper {
    width: 430px;
    margin: 0 auto;
    height: 100%;
    padding-top: 0px;
    position: fixed;
}

#quiz {
    background-color: #34495E;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 2%;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);

}

#quiz>h1 {
    text-align: center;
    padding-top: 25px;
    font-size: 18px;
}

.questions {
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 20px;
}

.answers div {
    font-size: 12px;
}

.answers div:hover {
    cursor: pointer;
    color: #FBCB43;
}

.answers {
    padding: 0px 0 10px 0px;
}

.answers div {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 15px;
    border-top: 1px solid grey;
    text-align: left;
}

.answers div:first-child {
    border: none;
}

.answerkey div, h2 {
    display: none;
}

.checker {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.next button {
    display: inline-block;
    padding: 10px 20px;
    background-color: white;
    color: #4CAF50;
    text-align: center;
    font-size: 16px;
    border: 2px solid #4CAF50;
    border-radius: 4px;
    margin-right: 12px;
    cursor: pointer;
}

.next button:hover {
    background-color: #4CAF50;
    color: white;
}

.next button:active {
    background-color: #3e8e41;
}

.link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
  }
  
  .link:hover {
    background-color: #e0e0e0;
  }

.correct,
.false {
    background-color: #109D59;
    width: 60px;
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
}

.false {
    background-color: #DC4437;
}


div#page-14.video-view{
    top: 50%;
}


div#page-15.video-view{
    top: 40%;
}

div#page-16.video-view{
    top: 40%;
}

div#page-21.video-view{
    top: 10%;
}

div#page-23.video-view{
    top: 10%;
}

div#page-24.video-view{
    top: 50%;
}

div#page-26.video-view{
    top: 50%;
}

div#page-33.video-view{
    top: 10%;
}

div#page-36.video-view{
    top: 35%;
}

div#page-40.video-view{
    top: 40%;
}

div#page-42.video-view{
    top: 40%;
}

div#page-51.video-view{
    top: 40%;
}

div#page-54.video-view{
    top: 10%;
}

div#page-58.video-view{
    top: 10%;
}

div#page-61.video-view{
    top: 10%;
}


.video-view {
    display: none;
    position: absolute;
    top: 60%;
    left: 52%;
    z-index: 99;
}

.video-view iframe {
    width: 140%;
    height: 200px;
}



/* pengaturan posisi video */

#page-14 {
    left: 2%;
}

#page-16 {
    left: 2%;
}

#page-24 {
    left: 2%;
}

#page-26 {
    left: 2%;
}

#page-36 {
    left: 2%;
}

#page-40 {
    left: 2%;
}

#page-42 {
    left: 2%;
}

#page-44 {
    left: 2%;
}

#page-54 {
    left: 2%;
}

#page-58 {
    left: 2%;
}

#page-60 {
    left: 2%;
}