.container {
max-width: 1200px;
margin: 0 auto; 
padding: 2rem;
}
h1 {
color: #47FAB9;
font-size: 2.4rem;
}
.question {
margin-bottom: 15px;
}
label {
display: block;
margin-bottom: 5px;
}
option {
color: white;
background: #342343;
}
#buttonCalcular, select {
text-transform: none;
background: black;
width: 50%;
height: 3rem;
border-radius: 12px;
color: azure;
}
.error-message {
color: red;
font-weight: bold;
font-size: 1.3rem;
}
.success-message {
color: greenyellow;
font-weight: bold;
font-size: 1.3rem;
}
.tituloFormulario {
font-size: 2rem;
text-align: left;
}
.paragrafoFormulario {
text-align: left;
}
.paragrafoFormulario span {
color: red;
}
.containerEscala {
margin-top: 2rem;
}
.tituloFormulario2 {
text-align: left;
}
.modal-content {
background: #212121;	
height: 15rem;
margin-top: 10rem;
}
.modal-title {
margin-bottom: 0;
line-height: var(--bs-modal-title-line-height);
font-size: 1.4rem;
}
.paragrafoEscala {
margin-bottom: 3rem;
text-align: left;
}
.ulLista {
display: grid;
justify-content: flex-start;
margin-top: -2rem;
margin-left: 5rem;
text-align: left;
font-weight: 600;
color: aliceblue;
}
.divEscalaGeral {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 3rem;
}
.divEscala {
width: 100%;
border: 2px solid white;
padding-top: 0.5rem;
}
.paragrafoLegenda {
font-weight: 600;
font-size: 0.9rem;
}
.question {
margin-bottom: 3rem;
display: flex;
flex-direction: column;
gap: 1rem;
border-bottom: 1px solid whitesmoke;
}
label {
text-align: left;
color: white;
font-weight: 700;
}
select {
text-align: left;
width: 12%;
font-weight: 700;
cursor: pointer;
margin-bottom: 1rem;
padding-left: 1rem;
padding-right: 1rem;
}
#buttonCalcular {
margin-bottom: 3rem;
margin-bottom: 3rem;
font-weight: 700;
font-size: 1.2rem;
width: 35%;
}
#buttonX {
width: 10%;
background: black;
}
@media (max-width: 1024px) {
.ulLista {
font-size: 1.2rem;
margin-top: 0rem;
margin-left: auto;
}
.divEscalaGeral {
align-items: normal;
}
.paragrafoLegenda {
font-weight: 500;
font-size: 1rem;
}
select {
width: auto;
}
}
@media (max-width: 768px) {
.ulLista {
font-size: 0.9rem;
margin-top: 0rem;
margin-left: auto;
}
.divEscalaGeral {
align-items: normal;
}
.paragrafoLegenda {
font-weight: 500;
font-size: 0.5rem;
}
label {
font-size: 0.8rem;
}
select {
width: auto;
}
#buttonCalcular {
font-size: 1.5rem;
width: auto;
}
}