#home {
    display: flex;
    
    justify-content: center;
    align-items: center;
    text-align: center;
}

#home img {
    width: 500px;
}