#all-wrapper {
    margin-left: 50px;
    margin-right: 50px;
}

#all-polygons-wrapper {
    display: flex;
    justify-content: space-between;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.heading {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

#input-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.hint {
    margin-top: 20px;
}

.important-text {
    color: red;
    font-weight: bold;
}