body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #0d0b32;
    display: flex;
    justify-content: center;
    align-items: center;
}

.splash-screen img {
    width: 40%;
    max-width: 300px;
}


#installPWA {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

#installPWA:hover {
    background-color: #45a049;
}
