body {
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(25, 26, 63); /* Aquí está tu color */
    overflow: hidden;
}
img {
    width: 30%;
    height: auto;
}
