img {
    width: 200px;
    border-radius: 10%;
}

body {
    background-color: #b200ff;
    color: antiquewhite;
    min-height: 100vh;
}

footer.bottom {
    position: absolute;
    display: block;
    bottom: 0;
    font-weight: bold;
}