|
body { |
|
font-family: Arial, sans-serif; |
|
margin: 0; |
|
padding: 0; |
|
text-align: center; |
|
height: 100%; |
|
} |
|
|
|
form { |
|
display: flex; |
|
flex-direction: column; |
|
align-items: left; |
|
margin-top: 50px; |
|
} |
|
|
|
h2 { |
|
text-align: left; |
|
} |
|
|
|
select, |
|
textarea, |
|
button { |
|
font-size: 18px; |
|
padding: 10px; |
|
margin-bottom: 20px; |
|
} |
|
|
|
select, |
|
button { |
|
width: 400px; |
|
} |
|
|
|
textarea { |
|
width: 40%; |
|
resize: none; |
|
} |
|
|
|
button { |
|
background-color: rgba(26, 25, 25, 0.811); |
|
color: white; |
|
border: none; |
|
cursor: pointer; |
|
} |
|
|
|
button:hover { |
|
background-color: black; |
|
} |
|
|
|
.audio { |
|
|
|
|
|
text-align: left; |
|
margin-left: 0%; |
|
padding-left: 0%; |
|
} |
|
|
|
h1 { |
|
font-size: 3rem; |
|
text-align: center; |
|
margin-top: 0; |
|
} |
|
|
|
option { |
|
margin: 5px 0; |
|
padding: 5px 10px !important; |
|
} |
|
|
|
.body { |
|
margin: auto; |
|
align-self: center !important; |
|
margin: auto; |
|
width: fit-content; |
|
} |
|
|
|
.cont { |
|
|
|
display: flex; |
|
justify-content: center; |
|
height: 100vh; |
|
} |