body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

img {
    width: 350px;
    height: auto;
    justify-content: center;
}

.info {
    border: solid 1px black;
    border-radius: 10px;
    padding: 15px;
}