body{
    background-color: rgb(94, 107, 3);
}
div{
    color: rgb(51, 5, 94);
    background-color: rgb(255, 255, 255);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 20px solid black;
}

img{
    width: 50%;
}
