body{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#homeImage{
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    justify-content: center;
}