body {
    background-color: white;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

img {
    position: absolute;
    bottom: 0;
    right: 0;
}
