body {
    background-color: rgb(255, 255, 255);
    color: white;
}

img {
    max-width: 99%;
}

.centerBlock {
    height: 100lvh;
    display: grid;
    place-content: center;
}
