* {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

body {
  background-color: #FFFDf2;
  text-align: center;
}

.CentralizaTexto{
    text-align: center;
    font-family: "ＭＳ Ｐゴシック";
    font-size: larger;
}

.font{
    font-family: "ＭＳ Ｐゴシック";
    font-size: large;
}

.font2{
    font-family: "ＭＳ Ｐゴシック";
    font-size: large;
}
.CheckboxReset{
    border-radius: 5px;
    
}

.EspacamentoSubRes{
    display:flex;
    justify-content:space-around; 
    align-items: center; 
    border-width: 0px;
    margin: auto;
}

.CheckboxReset:hover {
    background-color: rgb(230, 20, 20); 
    transform: scale(1.2);
}

.CheckboxSubmit:hover {
    background-color: rgb(143, 235, 5); 
    transform: scale(1.2);

}

.CheckboxSubmit{
    border-radius: 5px;
}

.title {
  margin: 0;
  background-color: rgb(243, 28, 28);
  color: white;
  padding: 30px;
  font-family: 'Low Batt', sans-serif;
}
.subtitle {
  margin: 0;
  background-color: rgb(90, 16, 16);
  color: white;
  padding: 30px;
  font-family: 'Low Batt', sans-serif;
}

.CapFont{
    font-family: 'Low Batt', sans-serif;
}

.psyduck_error {
  margin-top: 30px;
  width: 40vh;
  height: auto;
}

.bug_form {
  margin-top: 60px;
}

table {
    width: 50%;
    margin: auto;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

caption {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

th {
    background-color: #f4f4f4;
    width: 30%;
}

td {
    width: 70%;
}

input, textarea {
    width: 95%;
    padding: 5px;
}

h1 {
    text-align: center;
    margin-top: 20px;
}

form {
    margin-top: 20px;
}

.Navbar{

ul {  
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #e71d36;
}

li {
    float: left;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: black;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    }
    
.dropdown:hover .dropdown-content {
    display: block;
    }
}

header {
    top: 0;
    position: sticky;
    z-index: 2;
}

body{
    margin: 0;
    padding: 0;
    width: 100%;
}

.div_center
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #878787;
  padding-bottom: 25px;
}

.active{
    background-color:black;
}

