#central
{
    width: 60%;
    max-width: 300px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    gap: 50px;
}
img
{
    width: 100%;
}