html, body {
    height: 100%;
    margin: 0;
}

body {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    align-items: center;
}

.Container {
    display: flex;
    justify-content: center;
}

.Img {
    width: 50%;
    height: 30%;
}