.center {
    text-align: center;
}

.container-imagem-texto {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.imagem-lado-texto {
    margin-right: 20px;
}

  .texto-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
.texto-container h1 {
    text-align: center;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}

  a:hover {
    text-decoration: underline;
}

.blue{
    color: blue;
}

th, td {
    border: 1px solid black; 
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.definition {
    margin-bottom: 10px;
  }
  .definition strong {
    font-weight: bold;
  }