body {
    height: 90vh;
    width: 210vh;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    img {
        height: 200px;
    }
}