body {
    background-color: black;
    color: white;
    font-family: "Comic Sans MS";
    font-weight: 900;
}
div img {
    border-radius: 67px;
    width: 200;
    border: white groove;
    object-fit: cover;
    display: block;
    aspect-ratio: 1 / 1;
}
