.index_cont {
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.modal_hide {
    display: none;
}

.form_hide {
    display: none;
}
