body {
  background-image: url('https://freefm.uk/logos/clouds/clouds_01.JPG');
  background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;

}
  font-family: 'Homenaje';
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
    padding: 10px;
}
.grid-item {
   
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

#grad1 {
background-image: linear-gradient(to bottom right, red, yellow);
}

h1 {
font-size: 48px;
    color: #ff0000;
    padding: 1px;
    font-family: 'Homenaje';
}

h11 {
font-size: 38px;
    color: #ff0000;
    padding: 1px;
    font-family: 'Homenaje';
}

h2 {
font-size: 28px;
    color: #ff0000;
    padding: 1px;
    font-family: 'Homenaje';
}

img {

  padding: 5px;
  width: 350px;
  border-radius: 10%;
}


p1 {
font-size: 68px;
    color: #000000;
    padding: 1px;
    font-family: 'Homenaje';
}




.button {
  background-color: #d2ff4d; /* Green */
  border: 2px solid red;
  padding: 1px;
  border-radius: 50px 20px;
  color: black;
  padding: 15px 15px;
  text-align: center;
  width: 200px;
  text-decoration: dotted red;

  display: inline-block;
  font-size: 25px;
  font-family: 'Homenaje';
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.button1 {
background-color: #80ff00;
        color:black;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
background-color: #80ff00;
width: 30%;
        color:black;
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.button22 {
	       top:2%;
       right:15%;
         padding: 5px 5px;
       font-size: 20px;
              width:250px;
       height:40px;
       position: absolute;
       z-index: 2;
  background-color: d2ff4d; 
  color: black; 
  border: 2px solid #008CBA;
}

.button22:hover {
  background-color: #008CBA;
  color: white;
}

.button23 {
	       top:2%;
       right:18%;
         padding: 5px 5px;
       font-size: 20px;
              width:100px;
       height:40px;
       position: absolute;
       z-index: 2;
  background-color: #d2ff4d; 
  color: black; 
  border: 2px solid #008CBA;
}

.button23:hover {
  background-color: #008CBA;
  color: white;
}



.button-30 {
  align-self: center;
  background-color: #d2ff4d;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: "Homenaje"
  font-size: 1rem;
  line-height: 10px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-30:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.button-30:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

.table {background-color: yellow;}

table {
  width: 100%;
  overflow: hidden;
}
table50 {
  width: 50%;
}

table.center {
  margin-left: auto; 
  margin-right: auto;

}
table50.center {
  margin-left: auto; 
  margin-right: auto;

}

td {
  padding: 8px;
    height: 20px;
   
}


tr {
  padding: 8px;
    height: 60px;
   
}

th {     
border-style: none;
padding: 0px;
  height: 10px;
  font-size: 30px;
 color: #331a00;
   text-align: center;
}


    .mytable {
      border-collapse: collapse;
      width: 100%;
     
    }
    .mytable-head {
      border: 1px solid black;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .mytable-head td {
      border: 1px solid black;
    }
    .mytable-body {
      border: 1px solid black;
      border-top: 0;
      margin-top: 0;
      padding-top: 0;
      margin-bottom: 0;
      padding-bottom: 0;
    }
    .mytable-body td {
      border: 1px solid black;
      border-top: 0;
    }
    .mytable-footer {
      border: 1px solid black;
      border-top: 0;
      margin-top: 0;
      padding-top: 0;
    }
    .mytable-footer td {
      border: 1px solid black;
      border-top: 0;
    }




.glow-on-hover {
    width: 100%;
    height: 100%;
  border: 4px solid red;
  border-radius: 50px 20px;
  padding: 10px;
  border-radius: 50px 20px;
    outline: none;
    color: #f2f2f2;
    background: #003399;
    cursor: pointer;
      font-size: 18px;
        font-family: 'Homenaje';
    position: relative;
    z-index: 0;

      width: 100%;
        -webkit-transition-duration: 1.4s; /* Safari */
  transition-duration: 1.4s;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .6s ease-in-out;
  border-radius: 50px 20px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #003399;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
</style>
<style>

.glow-on-hover2 {
    width: 100%;
    height: 100%;
  border: 4px solid red;
  border-radius: 50px 20px;
  padding: 10px;
  border-radius: 50px 20px;
    outline: none;
    color: #00e600;
    background: #0000;
    cursor: pointer;
      font-size: 18px;
        font-family: 'Homenaje';
    position: relative;
    z-index: 0;

      width: 100%;
        -webkit-transition-duration: 1.4s; /* Safari */
  transition-duration: 1.4s;
}

.glow-on-hover2:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
  border-radius: 50px 20px;
}

.glow-on-hover2:active {
    color: #000
}

.glow-on-hover2:active:after {
    background: transparent;
}

.glow-on-hover2:hover:before {
    opacity: 1;
}

.glow-on-hover2:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #003399;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.clock {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: black;
    font-size: 80px;
    font-weight: bold;
    font-family: Orbitron;
    letter-spacing: 7px;
   


}

iframe {
    width: 100%;
    height: 280px;
    margin: 0 auto;
 
    display:block;
}

.iframe2 {
    width: 75%;
    height: 100%;
    margin: 0 auto;
 
    display:block;
}

.container {
  position: relative;
  width: 100%;
  overflow: hidden;
 
}

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