body {
  /*  background: none;
    background: radial-gradient(ellipse at center, rgb(170, 192, 226)	 98%, rgb(211, 228, 255) 25%); */
    background-size: 100%; 
    
}
html { 
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img {
    max-width:100%;
}
p {
    margin: 3;
    padding: 2;
}
#clock {
    font-family: 'Share Tech Mono', monospace;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #daf6ff;
    text-shadow: 0 0 5px rgba(10, 175, 230, 1),  0 0 2px rgba(10, 175, 230, 0);
}
   


.zoom {
    padding: 5px;
    background-color: green;
    transition: transform .2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
cuadrito {
    display: inline-block;
    border: 1px black solid;
    background: aliceblue;   
    vertical-align:top;
    width:100px;
    max-height:45px;
    border-radius:7px;
}

img{
     display: flex;
      justify-content: center;
text-align: center;
}
.carousel-inner{
    display: block;
      justify-content: center;
text-align: center;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}






