.main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main img {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
}

