.ui-form-container {
    margin-top: 25px;
}

#main-section-content-bottom-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10%;
    height: calc(100vh - 200px);
}

#main-section-content-bottom-content-top-middle {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

#main-section-content-bottom-content-top-middle-top {
    text-align: center;
}

#main-section-content-bottom-content-top-middle div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}