body{
    background-color: rgba(209, 247, 234, 0.685);
    font-family: inter, Arial, Helvetica, sans-serif;
       display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.logo-titulo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.logo-titulo img{
    width: 5rem;
    height: auto;
}

h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
    color: rgb(255, 0, 0);
}

button{
    font-family: inherit;
    cursor: pointer;
    transition: 0.2s;
}

.botoes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.5rem;
}

.botoes button {
    margin: 0;
    min-width: 10rem;
    min-height: 3.25rem;
    padding: 0.75rem 1.4rem;
    font-size: 1.05rem;
    font-weight: 700;
}

button:hover{
    background-color: rgba(192, 192, 192, 0.457);
    transform: scale(1.05);
}

button:active{
    transform: scale(0.95);
}

a{
    text-decoration: none;
}
.radio-group {
    display: flex;
    align-items: center;
    gap: 16px;
    
}

.radio-group label {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}

.observacao-inspecao-equipamento label span {
    display: block;
    margin-top: 0.15rem;
    color: #666;
    font-size: 0.85rem;
    font-weight: 600;
}
