body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

input[type="submit"] {
    background-color: #3399FF;
    color: white;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 4px;
}

input[type="submit"]:hover {
    background-color: #3399FF;
}

h1 {
    color: #000000;
    font-size: 2.5em;
    margin-bottom: 10px;
}

h2 {
    color: #000000;
    font-size: 2em;
    margin-bottom: 8px;
}

h3 {
    color: #000000;
    font-size: 1.75em;
    margin-bottom: 6px;
}

p {
    font-size: 1em;
    margin-bottom: 15px;
}

ul, ol {
    margin: 15px 0;
    padding-left: 30px;
}

li {
    margin-bottom: 5px;
}

ul {
    list-style-type: square;
}

ol {
    list-style-type: decimal;
}

button {
    background-color: #64D9FF;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;

    outline: 2px solid #3366FF;
    outline-offset: 0px;
}

button:hover {
    background-color: #64D9FF;
}

input, select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #3366FF;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #33CCFF;

    outline: 2px solid #3366FF;
    outline-offset: 0px;
	font-size: 14px;
}


input[type="submit"] {
    background-color: #0077cc;
    color: white;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;

    outline: 2px solid #3366FF;
    outline-offset: 0px;
}

input[type="submit"]:hover {
    background-color: #3399FF;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px) {
    .container {
        width: 95%;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.5em;
    }
}

#text {
    display: none;
}

textarea {
    color: #000000;
	border: 0px solid #3366FF;
	background-color: #9BE7FF;
	outline: 2px solid #3366FF;
    border-radius: 8px;
    resize: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

}

select {
    color: #000000;
	border: 0px solid #3366FF;
	background-color: #9BE7FF;
	outline: 2px solid #3366FF;
}

input {
    color: #000000;
	border: 0px solid #3366FF;
	background-color: #D5F4FF;
	outline: 2px solid #3366FF;
}

select option {
  color: #000000;
  background-color: #9BE7FF;
}

select option:hover {
  color: #000000;
  background-color: #9BE7FF;
}

input:focus {
  outline: 2px solid #3366FF;
  outline-offset: 0px;
}

select:focus {
  outline: 2px solid #3366FF;
  outline-offset: 0px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  background-image: url('Mais.png');
  background-position: right center;
  background-repeat: no-repeat;
}
