#titulo{
    color: #4f61c4;
}

#geral {
    width: fit-content; 
    margin: 0 auto; 
    padding-top: 20px; 
}

#cadastro-alunos,
 #lista-alunos {
    display: inline-block;
    vertical-align: top;
}

h1 {
    text-align: center;
}

#cadastro-alunos {
    background-color: lightgray;
    width: 270px;
    height: 300px;
    padding: 10px;
    margin-right: 1px;
}

#input-matricula,
#input-nome,
#input-idade,
#input-nota1,
#input-nota2 {
    background-color: lightgray;
}

table, td, th {
    border: 1px solid rgb(41, 39, 39); 
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
}

button {
    background-color: rgb(0, 0, 0);
    border-radius: 6px;
    line-height: 4px;
    cursor: pointer;
    color: white;
    border-color: black;
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: bold;
}

.cadastrar,
.btn-editar {
    text-align: center;
    padding-top: 10px;
}

#lista-alunos {
    position: absolute;
    background-color: lightgray;
    width: 570px;
    height: auto;
    padding: 10px;
    margin-left: 5px; 
    text-align: center;
}

#lista-alunos table {
    margin: 0 auto;
}

#col-matricula,
#col-nome,
#col-idade,
#col-nota1,
#col-nota2 {
    background-color: rgb(228, 228, 228);
}

#col-media {
    background-color: lightgray;
}

#col-conceito {
    background-color: lightgray;
}

#buscar-aluno,
#remover-aluno,
#editar-aluno {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 290px;
    margin-top: 3px;
    box-sizing: border-box;
}

#input-busca-matricula{
    background-color: lightgray;
}

#buscar-aluno {
    background-color: lightgray;
}

#remover-aluno {
    background-color: lightgray;
}
#input-remove-matricula{
    background-color: lightgray;
}

#editar-aluno {
    background-color: lightgray;
}

#input-edit-matricula,
#input-edit-nota1,
#input-edit-nota2{
    background-color: lightgray;
}

#acoes {
    display: flex;
    justify-content: center;
    margin-top: 3px;
    gap: 5px; 
}

img{
    position: absolute;
    right: 1308px;
}

.kalam-light {
    font-family: "arial", cursive;
    font-weight: 300;
    font-style: normal;
  }
  
.kalam-regular {
    font-family: "arial", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
.kalam-bold {
    font-family: "arial", cursive;
    font-weight: 700;
    font-style: normal;
  }