.flex {
    display: flex;
}

hr {
    margin: 20px;
}
.navbar {
    background-color: rgb(192, 43, 172) !important;
}

.navbar .container {
    padding: 1rem 3rem;
    justify-content: flex-start;
}

#selector {
    margin-left: 5rem;
}

.matchFields {
    width: 70%;
    display: flex;
}

.matchBox {
    width: 100%;
    margin-right: 5rem;
}

.selectForm {
    justify-content: center;
}

.form-select {
    width: 100%;
    height: 3em;
}

button {
    background-color: rgb(216, 64, 196) !important;
    color: rgb(255, 255, 255) !important;
    font-weight: 500 !important;
    border-color: rgb(216, 64, 196) !important;
}

.btn.disabled {
    opacity: 1;
}