body{
   background-color:#F5EEDC;
}

body
{
   background-image:url(img/otra\ imagen.jpg);
   background-attachment: fixed;
}

  
   
    .video-continer{
      border: 10px saddlebrown;
      border-radius: 10px;
      box-shadow: 0px 0px 10px rgb(226, 63, 14);
      text-align: center;
    }
   
  .caja {
position: relative;
top: 0px;
bottom: 0x;;
right: 0px;
left:200px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
width: 70%;
height: 50px;  
background-color: rgb(6, 102, 54);
color: rgb(73, 6, 4);
font-size: 14px;
text-align:center ;
margin: 10px;
padding: 5px;
margin-left: 13px; 
border-radius: 10px;

  }
div{

width: 70%;
height: 50px;  

}
 
   .imgx{
    width: 300px;
    height: 150px;
    padding: 10px;
    margin: 5px;
    float: left;
    
}
#img:hover{
  transform: translate(10px ,5px);
  } 

   
  footer{
            
    color: rgb(73, 6, 4);
background-color: rgb(107, 160, 91);
border-radius: 10px;
text-align: center;
margin: 10px;
padding: 5px;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 20px;
width: 40%;
height: 30px;
margin:  0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

}
p{
  color: brown;
  font-size: 20px;
  float: left;
  flex-direction: column;
            justify-content: center;
            align-items: center;
            max-height: 300vh;
           
 }
 .estatico{
  position: absolute;
  top: 10px;
 width: 40px;
  left: 20px;
  height: 40px;
 }
 .estatico1{
  position: absolute;
  top: 10px;
  bottom: 0;
  right: 0px;
  left:  1070px;
  
 }
 .boton{
  background-color: rgb(107, 160, 91);
  padding: 10px 15px; 
border-radius: 9px;
width: 25%;
height: 30px;
color: rgb(74, 74, 189);
border: none;
cursor: pointer;
margin: 0 1px;


 }
 .boton:hover{
  background-color: aquamarine;
 }
 
nav{
 background-color: rgb(11, 80, 68); 
  color: rgb(36, 8, 100);
  padding: 20px;
  
  display: flex;
  width: 100%;
  height: 100px ;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.boton a{
  text-decoration: none;
  color: rgb(74, 74, 189);
  font-weight: bold;
}
html,body{
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
}



    .clock {
        width: 300px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover;
        border: 4px;
        border-radius: 50%;
        border: 2px solid #06635b;
        margin:auto;
    }


    /* The small circle int the center */
    .clock:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #06635b;
        border-radius: 50%;

        /* The z-index property specifies the stack order of an element.
        /* An element with greater stack order is always in front of an element with a lower stack order.  */
        /* Note: z-index only works on positioned elements (position: absolute, position: relative, position: fixed, or position: sticky). */
        z-index: 10000;
        /* kept as a high value, since wanted at top */
    }

    .clock .hour,
    .clock .min,
    .clock .sec {
        position: absolute;
    }

    .clock .hour, .hr {
        width: 160px;
        height: 160px;
    } 

    .clock .min, .mn {
        width: 190px;
        height: 190px;
    }

    .clock .sec, .sc {
        width: 230px;
        height: 230px;
    }

    .hr, .mn, .sc {
        display: flex;
        justify-content: center;
        position: absolute;
        border-radius: 50%;
        
    }

    .hr:before {
        content: '';
        position: absolute;
        width: 7.5px;
        height: 85px;
        background: #06635b;
        z-index: 10;
        /* z-index least */
        border-radius: 2.8px;
    }

    .mn:before {
        content: '';
        position: absolute;
        width: 3.5px;
        height: 100px;
        background: #06635b;
        z-index: 11;
        /* z-index more than hour hand */
        border-radius: 3px;
    }

    .sc:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 150px;
        background: #06635b;
        z-index: 12;
        /* z-index more than hour minute hand */
        border-radius: 3px;
    }
    footer{
    
      padding: 20px;
     color: rgb(27, 78, 61);
display: flex;
width: 100%;
height: 100px ;
justify-content: center;
align-items: center;
box-sizing: border-box;
position: relative;
  
}


