
body {
    background-image: url("img/fondo.jpg");
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.pelota {
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(157, 245, 248, 0.5), rgba(0, 204, 255, 0.432));
    position: fixed;
    border-radius: 50%;
    z-index: 1000;
    pointer-events: none;
}


.cuerpo {
    background-image: url("img/cuadroborroso.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: -8%;
    position: relative;
    z-index: 1;
}

h1 {
    font-size: 65px;
    color: rgb(32, 36, 102);
    text-shadow: 2px 3px 10px rgb(156, 156, 156);
    margin-bottom: 0;
    margin-top: 325px;
    font-style: oblique;
}

#parrafo {
    color: #000;
    font-style: italic;
    font-weight: bold;
    text-shadow: 0 0 2px #fff;
    font-size: 20px;
    margin: 10px auto;
    max-width: 600px;
    padding: 3px 20px;
    display: inline-flex;
}

.servicios {
    background-color: rgb(16, 36, 211);
    color: white;
    padding: 8px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px auto;
    border: none;
    border-radius: 10px;
}

.botonservicios:hover {
    font-size: 21px;
    transition: all 0.2s ease-in-out;
}

