.center {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#bg {
    background-color: yellow;
}

img {
    max-height: 50vh;
    
}