body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.welcome-container {
    background-image: url('bgangels.jpg'); 
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Color del texto */
    font-family: 'Arial', sans-serif; /* Cambia la fuente según tus preferencias */
}

h1 {
    font-size: 3em;
    text-align: center;
}
