body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #0A5CFE;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.container {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgb(85, 85, 85) inset;
}

h1 {
    font-size: 32px;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.footer-text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #6e6e6e;
    margin-top: 20px;
}

img {
    width: 300px;
    margin-bottom: 20px;
}

.redes-sociales {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.redes-sociales a {
    display: inline-block;
    margin: 0 10px;
    font-size: 24px;
    color: #333;
    text-decoration: none;
}

.redes-sociales a:hover {
    color: #007bff;
}

.fab {
    margin-right: 5px;
}
