.search-form{ background-color: rgba(255, 255, 255, 0.2); backdrop-filter: blur(20px); max-width: 600px; border-radius: 1em; } .title{ border-bottom: 1px solid white; font-family: Georgia, 'Times New Roman', Times, serif; color: white; } .form-label{ color: lightblue; } .form-label i{ color: red; font-style: normal; } .select-items{ background-color: rgb(51,57,62); color: white; }