body {
    font-family: Arial, sans-serif;
    background-color: #daaf61;
    margin: 0;
    padding: 20px;
}
   
h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: #0f118b;
    text-align: center;
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #0066cc;
}

a:hover {
    color: #003366;
}

.container {
    background: #fff;
    width: 60%;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
}

.item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.item:last-child {
    border: none;
}

.btn-novo, .btn-voltar {
    display: inline-block;
    padding: 10px 15px;
    background: #0066cc;
    color: #fff !important;
    border-radius: 5px;
    margin-bottom: 20px;
}

.btn-novo:hover, .btn-voltar:hover {
    background: #004c99;
}

.excluir {
    color: red !important;
}

.excluir:hover {
    color: darkred !important;
}
