h1,h2,p {
    text-align: center;
    color: white;
}

body {
    background-color: black;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

img {
    border-radius :10px;
}

.center{
    text-align: center;
}

.secret {
    text-align: center;
    text-decoration: none;
    color: blue;
}

.Calculator {
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    background-color: darkcyan;
    color: aliceblue;
    text-decoration: none;
    cursor: pointer;
}

a {
    cursor: pointer;
    display: inline-block;
    /* Opcional: añade un poco de espacio entre los enlaces */
    margin: 0 10px;
    padding: 5px 10px;
}

img {
    border-radius: 100px;
}

img:hover {
    box-shadow: 0 0 10px #00ffff, 0 0 20px #00ffff, 0 0 30px #00ffff;
}
