/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Comforter&family=Marmelad&family=Oswald:wght@500;700&family=Rubik+Vinyl&family=Philosopher&display=swap');
@import url("font-awesome.min.css");

h1, h3, h4, h5, h6 {
		font-color: #2F4F4F;
	}
	
h1 {
		font-family: 'Rubik Vinyl', cursive;
	}	
	
h2 {
		font-family: 'Rubik Vinyl', cursive;
	}

h3 {
		font-family: 'Comforter', sans-serif;
		font-weight: 600;
	}
	
h4 {
		font-family: 'Oswald', sans-serif;
	}	
	
	

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, small a, p a {
		color: inherit;
		text-decoration: none;
		}

strong, b {
		font-weight: bold;
	}
	
p {
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: 10%;
        margin-left: 10%;
        }

     h1 {
		margin-left: 15%;
		text-shadow: 2px 7px 5px #C0C0C0;
		}
     
	 h2 {
		margin-bottom: 0px;
        letter-spacing: 0.10em;
		text-transform: none;
		font-size: 5.5em;
		text-shadow: 2px 7px 5px #C0C0C0;
		}
	 
	 h3 {
		margin-left: 180px;
		letter-spacing: 0.05em;
		transform:rotate(-7deg);
		text-transform: none;
		margin-top: 0px;
		font-size: 3.5em;
		color: #8Fbc8F;
		text-shadow: 2px 2px 3px #000;
		}	

     h4 {
		margin-bottom: 0px;
        letter-spacing: 0.10em;
		text-transform: none;
		font-size: 5.5em;
		text-shadow: 2px 7px 5px #C0C0C0;
		}		
		
table .s2 {
        margin-right: 10%;
        margin-left: 10%;
		margin-bottom: 0px;
		font-family: 'Orelega One', cursive;
		text-transform: none;
		font-size: 5.5em;
		font-size: 2.10em;
		text-shadow: 2px 7px 5px #C0C0C0;
		}			
		
		
		
  small {
		font-family: 'Philosopher', sans-serif;
		font-size: 0.75em;
		}		
		
  div.xx {
		font-family: 'Marmelad', sans-serif;
		font-size: 1.10em;
		margin-right: 10%;
        margin-left: 10%;
        }		
				
	
	  p {
		font-family: 'Marmelad', sans-serif;
		font-size: 1.0em;
		}
		
   .btn {
        border: none;
        background-color: inherit;
        padding: 14px 28px;
        font-size: 20px;
        font-family: 'Marmelad', sans-serif;
        cursor: pointer;
        display: inline-block;
        width: 280px;
        border-radius: 12px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        }

        /* On mouse-over */
        .btn:hover {background: #eee;}
        .success {color: black;}
        .info {color: black;}
		
	    .disabled {
        opacity: 0.6;
        cursor: not-allowed;
        }	
		
.button1 {
        background-color: #9900cc; /* mAGENTA */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 24px;
        font-family: 'Marmelad', sans-serif;
        width: 190px;
        border-radius: 12px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        }	

.button1:hover {background-color: #C109FF;}

.button1:active {
        background-color: #C109FF;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
        }
		
.button2 {
        background-color: #0099ff; /* MediumOrchid */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 24px;
        font-family: 'Marmelad', sans-serif;
        width: 190px;
        border-radius: 12px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        }	

.button2:hover {background-color: #4AB7FF;}

.button2:active {
        background-color: #4AB7FF;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
        }

.button3 {
        background-color: #006666; /* MediumPurple */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 24px;
        font-family: 'Marmelad', sans-serif;
        width: 190px;
        border-radius: 12px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        }	

.button3:hover {background-color: #009393;}

.button3:active {
       background-color: #009393;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }

.button4 {
       background-color: #9370DB; /* mAGENTA */
       border: none;
       color: white;
       padding: 75px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 32px;
       font-family: 'Oswald', sans-serif;
       width: 150px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button4:hover {background-color: #EE82EE;}

.button4:active {
       background-color: #EE82EE;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }

.button5 {
       background-color: #BA55D3; /* mAGENTA */
       border: none;
       color: white;
       padding: 75px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 32px;
       font-family: 'Oswald', sans-serif;
       width: 150px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button5:hover {background-color: #EE82EE;}

.button5:active {
       background-color: #EE82EE;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }

.button6 {
       background-color: #FF00FF; /* mAGENTA */
       border: none;
       color: white;
       padding: 75px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 32px;
       font-family: 'Oswald', sans-serif;
       width: 150px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button6:hover {background-color: #EE82EE;}

.button6:active {
       background-color: #EE82EE;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }

.button10 {
       height: 75px;
       width: 75px;
       padding: 0px 0px 10px 0px;
       border: 10px solid #FF00FF;
       background-color: #EE82EE;
       border-radius: 50%;
       font-family: 'Marmelad', sans-serif;
       color: #FFFFFF;
       text-align: center;
       text-decoration: none;
       font-size: 36px;
       }

.button9 {
       height: 75px;
       width: 75px;
       padding: 0px 0px 10px 0px;
       border: 10px solid #FF00FF;
       background-color: #8Fbc8F;
       border-radius: 50%;
       font-family: 'Marmelad', sans-serif;
       color: #FFFFFF;
       text-align: center;
       text-decoration: none;
       font-size: 36px;
	   cursor: pointer;
       }
	   
.button9:hover {background-color: #EE82EE;
      box-shadow: 0 0 2px 10px rgba(147,112,219,1);
	  cursor: pointer;
	  }

.button8 {
       height: 75px;
       width: 75px;
       padding: 0px 0px 10px 0px;
       border: 10px solid #FF00FF;
       background-color: white;
       border-radius: 50%;
       font-family: 'Marmelad', sans-serif;
       color: #8Fbc8F;
       text-align: center;
       text-decoration: none;
       font-size: 36px;
       cursor: not-allowed;
	   }
	   
.button8:hover {cursor: not-allowed;
	  }

.button7 {
        background-color: #006666; /* MediumPurple */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        font-family: 'Marmelad', sans-serif;
        width: 50%x;
        border-radius: 50px;
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
        transition: all 0.5s;
        cursor: pointer;
        margin: 5px;
        }	

.button7:hover {background-color: #009393;
        color: yellow;

		}

.button7:active {
       background-color: #009393;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }

.button11 {
       height: 75px;
       width: 75px;
       margin-left: 40px;
       margin-right: 40px;
	   padding: 0px 0px 10px 0px;
       border: 10px solid #FF00FF;
       background-color: #EE82EE;
       border-radius: 50%;
       font-family: 'Marmelad', sans-serif;
       color: #FFFFFF;
       text-align: center;
       text-decoration: none;
       font-size: 36px;
       }

.button14 {
       background-color: #006666; /* mAGENTA */
       border: none;
       color: white;
       padding: 85px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 26px;
       font-family: 'Oswald', sans-serif;
       width: 110px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button14:hover {background-color: #009393;}

.button14:active {
       background-color: #009393;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }

.button13 {
       background-color: #ff0099; /* mAGENTA */
       border: none;
       color: white;
       padding: 85px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 26px;
       font-family: 'Oswald', sans-serif;
       width: 110px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button13:hover {background-color: #FF51B9;}

.button13:active {
       background-color: #FF51B9;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }

.button12 {
       background-color: #9900cc; /* mAGENTA */
       border: none;
       color: white;
       padding: 85px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 26px;
       font-family: 'Oswald', sans-serif;
       width: 125px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
	   padding-left: 35px;
       }	

.button12:hover {background-color: #C109FF;}

.button12:active {
       background-color: #C109FF;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }


.button15 {
       background-color: #0099ff; /* mAGENTA */
       border: none;
       color: white;
       padding: 85px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 26px;
       font-family: 'Oswald', sans-serif;
       width: 110px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button15:hover {background-color: #4AB7FF;}

.button15:active {
       background-color: #4AB7FF;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }

.button16 {
       background-color: #9900cc; /* mAGENTA */
       border: none;
       color: white;
       padding: 85px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 26px;
       font-family: 'Oswald', sans-serif;
       width: 110px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button16:hover {background-color: #C109FF;}

.button16:active {
       background-color: #C109FF;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }

.button17 {
       background-color: #006666; /* mAGENTA */
       border: none;
       color: white;
       padding: 85px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 26px;
       font-family: 'Oswald', sans-serif;
       width: 125px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
	   padding-left: 35px;
       }	

.button17:hover {background-color: #009393;}

.button17:active {
       background-color: #009393;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }
	   
.button18 {
       background-color: #009933; /* mAGENTA */
       border: none;
       color: white;
       padding: 85px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 20px;
       font-family: 'Oswald', sans-serif;
       height: 38px;
       width: 125px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
	   padding-left: 35px;
       }	

.button18:hover {background-color: #00cc00;}

.button18:active {
       background-color: #00cc00;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }
	   
.button100 {
       background-color: #9900cc; /* mAGENTA */
       border: none;
       color: white;
       padding: 75px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 32px;
       font-family: 'Oswald', sans-serif;
       width: 150px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button100:hover {background-color: #C109FF;}

.button100:active {
       background-color: #C109FF;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }
	   
	   
.button101 {
       background-color: #0099ff; /* mAGENTA */
       border: none;
       color: white;
       padding: 75px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 32px;
       font-family: 'Oswald', sans-serif;
       width: 150px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button101:hover {background-color: #4AB7FF;}

.button101:active {
       background-color: #4AB7FF;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }
	   
.button102 {
       background-color: #006666; /* mAGENTA */
       border: none;
       color: white;
       padding: 75px 50px;
       text-align: center;
       text-decoration: none;
       text-shadow: 12px 12px 20px #000;
       display: inline-block;
       font-size: 32px;
       font-family: 'Oswald', sans-serif;
       width: 150px;
       border-radius: 50%;
       box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
       transition: all 0.5s;
       cursor: pointer;
       margin: 5px;
       }	

.button102:hover {background-color: #009393;}

.button102:active {
       background-color: #009393;
       box-shadow: 0 5px #666;
       transform: translateY(4px);
       }


div1 {
  position: relative;
  animation-name: example;
  animation-duration: 55s;
  animation-timing-function: linear;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes example {
  0%   {left:0px; top:0px;}
  25%  {left:200px; top:0px;}
  50%  {left:0px; top:0px;}
  75%  {left:200px; top:0px;}
  100% {left:0px; top:0px;}
}
img {
  border: 10px solid #0099ff;
  border-radius: 4px;
  padding: 5px;
}

img:hover {
  box-shadow: 0 0 2px 10px rgba(153, 0, 204, 1);
}

img.foreign {
  border: none;
}
.foreign a {
  border: none;
}

img.foreign:hover {
  box-shadow: none;
}
img.flag {
  border: 10px solid #00B3B3;
  background-color: #006666;
  border-radius: 4px;
  padding: 5px;
}

img.flag:hover {
  box-shadow: 0 0 2px 9px rgba(153, 0, 204, 1);
}

img.paid {
  border: 10px solid #FF00FF;
  background-color: #EE82EE;
  border-radius: 4px;
  padding: 5px;
}

img.paid:hover {
  box-shadow: 0 0 2px 9px rgba(255, 255, 0, 1);
}

img.ad {
  border: 10px solid #EE82EE;
  border-radius: 50%;
  paddin: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
}

img.ad:hover {
  box-shadow: 0 0 2px 10px rgba(147,112,219,1);
}

div.fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 425px;
  border: 10px solid #FF00FF;
  background-color: #EE82EE;
  padding: 10px 10px 10px 10px;
  border-radius: 25px;
  font-family: 'Marmelad', sans-serif;

}

div.fixed2 {
  position: fixed;
  top: 15px;
  left: 15px;
  width: 88px;
  padding: 10px 10px 10px 10px;
  border: 10px solid #0099ff;
  background-color: #006666;
  border-radius: 50%;
  font-family: 'Marmelad', sans-serif;
  font-color: white;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
 

}
div.fixed2:hover {
  box-shadow: 0 0 2px 10px rgba(153, 0, 204, 1);
}

div.fixed3 {
  position: fixed;
  top: 115px;
  left: 15px;
  width: 88px;
  padding: 10px 10px 10px 10px;
  border: 10px solid #0099ff;
  background-color: #006666;
  border-radius: 50%;
  font-family: 'Marmelad', sans-serif;
  font-color: white;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
 

}
div.fixed3:hover {
  box-shadow: 0 0 2px 10px rgba(153, 0, 204, 1);
}

div.fixed4 {
  position: fixed;
  top: 215px;
  left: 15px;
  width: 88px;
  padding: 10px 10px 10px 10px;
  border: 10px solid #0099ff;
  background-color: #006666;
  border-radius: 50%;
  font-family: 'Marmelad', sans-serif;
  font-color: white;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
 

}
div.fixed4:hover {
  box-shadow: 0 0 2px 10px rgba(153, 0, 204, 1);
}

div.fixed5 {
  position: fixed;
  top: 315px;
  left: 15px;
  width: 88px;
  padding: 10px 10px 10px 10px;
  border: 10px solid #0099ff;
  background-color: #006666;
  border-radius: 50%;
  font-family: 'Marmelad', sans-serif;
  font-color: white;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
 

}
div.fixed5:hover {
  box-shadow: 0 0 2px 10px rgba(153, 0, 204, 1);
}

div.fixed6 img.fixed {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 100px;
  padding: 10px 10px 10px 10px;
  border: 10px solid #ff9900;
  background-color: #FFC66f;
  border-radius: 50%;
  font-family: 'Marmelad', sans-serif;
  font-color: white;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
}

div.fixed6:hover img.fixed:hover {
  box-shadow: 0 0 2px 9px rgba(255, 255, 0, 1);
 }

div.fixed7 img.fixed {
  position: fixed;
  top: 55px;
  left: 25px;
  width: 150px;
  padding: 10px 10px 10px 10px;
  border: 10px solid #ff9900;
  background-color: #FFC66f;
  border-radius: 50%;
  font-family: 'Marmelad', sans-serif;
  font-color: white;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
 

}
div.fixed7:hover img.fixed:hover {
  box-shadow: 0 0 2px 9px rgba(255, 255, 0, 1);
 }

div.fixed8 img.fixed {
  position: fixed;
  bottom: 325px;
  left: 15px;
  width: 100px;
  padding: 10px 10px 10px 10px;
  border: 10px solid #ff9900;
  background-color: #FFC66f;
  border-radius: 50%;
  font-family: 'Marmelad', sans-serif;
  font-color: white;
  text-align: center;
  text-decoration: none;
  font-size: 36px;
 

}
div.fixed8:hover img.fixed:hover {
  box-shadow: 0 0 2px 9px rgba(255, 255, 0, 1);
 }


 /****TABLES*****/

table {
  border-radius: 25px;
  background: #DEEBDE;
  padding: 50px;
  
}

th {
  border: 10px solid #009999;
  color: #fff;
  text-decoration: none;
  background: #00B3B3;
  text-shadow: 2px 2px 4px #000000;
  cursor: #9733;
  
}

th a {  
        text-decoration: none;
        color: #fff;
}

th a:hover {  
        text-decoration-line: none;
        color: #666666;
        text-shadow: 2px 2px 4px #FFFFFF;
}

td {
  border: 10px solid #0099ff;
  color: #FFFFFF;
  text-decoration: none;
  background: #4AB7FF;
  text-shadow: 2px 2px 4px #000000;
}

td a {  
        text-decoration: none;
        color: #fff;
}

td a:hover {  
        text-decoration-line: none;
        color: #666666;
        text-shadow: 2px 2px 4px #FFFFFF;
}


th, td {
  border-radius: 15px;
  padding: 15px;
  font-family: 'Marmelad', sans-serif;
  text-align: center;
  font-size: 24px;
  
}

td.brian {
  border: 10px solid #9370DB;
  color: #fff;
  text-decoration: none;
  background: #8Fbc8F;
  text-shadow: 2px 2px 4px #000000;
}

td.jane {
  border: 10px solid #9370DB;
  color: #fff;
  text-decoration: none;
  background: #DEEBDE;
  text-shadow: 2px 2px 4px #000000;
}

td.janet {
  border: 10px solid #ff9900;
  color: #fff;
  text-decoration: none;
  background: #FFC66f;
  text-shadow: 2px 2px 4px #000000;
}

#myDIV {
  width: 70%;
  font-family: 'Marmelad', sans-serif;
  padding: 40px;  
  font-size: 1.5em;
  background: #DEEBDE;
  border-radius: 25px;
  animation: mymove 10s infinite;
}

#myDIV a {
  color: inherit;
text-decoration: none;
}

@keyframes mymove {
  50% {background-color: #ffffff;}
}

#myDIVimg {
  width: 70%;
  padding-right: 3.5%;
  padding-left: 2.5%;
  background: #ffffff;
  border-radius: 25px;
  animation: mymove1 10s infinite;
}

#myDIVimg a {
  color: inherit;
}

@keyframes mymoveimg {
  50% {background-color: #DEEBDE;}
  }
  


#myDIV1 {
  width: 70%;
  font-family: 'Marmelad', sans-serif;
  padding: 40px;
  font-size: 1.5em;
  background: #ffffff;
  border-radius: 25px;
  animation: mymove1 10s infinite;
}

#myDIV1 a {
  color: inherit;
text-decoration: none;
}

@keyframes mymove1 {
  50% {background-color: #DEEBDE;}}
  
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}  

  /* Hosting button (used) Video buttin (unused) */

  /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 90px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb (238,0,238); /* Fallback color */
  background-color: rgba(238,0,238,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #5e65c2;
  margin: auto;
  padding: 5px;
  border: 10px solid #5e65c2;
  border-radius: 1%;
  width: 60%;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 12px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}}