body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
}
center {
    display: block; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container{
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
    background-color: #192a36;
    height: 100px;
    width: auto;
    text-align: center;
}

center {
    display: block; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
a{
    color: white;
    background-color: #131313;
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
}
a :hover{
    color: rgb(0, 0, 0);
    background-color:white ;
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
}
.ret{
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

h1{
    color: #ffffff;
    margin-top: 0;
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
}

h3 {
    color: #000000;
    margin-top: 0;
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
}
.nome{
    color: #ffffff;
    margin-top: 0;
    font-size: xx-large;
    font-family: Arial, Helvetica, sans-serif;
}


table {
    width: 80%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    align-items: center;
}

table th, table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: left;
}

table th {
    background: #192a36;
    color: white;
}

form {
    background-color: #192a36;
    padding: 30px;
    border-radius: 8px;
    width: 300px;
    margin-top: 20px;
}

form table {
    width: 100%;
    margin: 0;
    border: none;
    background-color: #192a36;
}

form table input {
    border: none;
    padding: 5px 0;
}

label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: white;
}
input[type="text"], input[type="submit"], input[type="number"], input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    font-size: large;
}

input[type="submit"] {
    background-color: #000000;
    color: white;
    cursor: pointer;
    border: none;
    transition: 0.5s;
}

input[type="submit"]:hover {
    background-color: #c7c7c7;
    color: black;
    transition: 0.5s;
}

.content a, form a {
    color: #666666;
    text-decoration: none;
}

.content a:hover, form a:hover {
    text-decoration: underline;
}
.gp{
    height: 400px;
    width: 400px;
}