.settings-container { width: 90%; max-width: 400px; margin: 0 auto; margin-top: 50px; background-color: #444; border: 2px solid white; padding: 20px; } .settings-item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; } .apply-button { display: inline; border: 0; } label { flex: 1; margin-right: 10px; } input[type="checkbox"], select { flex: 1; height: 30px; border: 1px solid white; background-color: transparent; color: white; } h1 { text-align: center; margin-bottom: 30px; }