.options {
    justify-content: center;
	/* display: none; */
    display: flex;
    border-bottom: 2px dashed #505050;
}

/* .show-options {
	display: flex;
} */

.options .options-content {
    padding: 10px;
	max-width: 800px;
    width: 100%;
}
