* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
}

#project-container {
    display: flex;
    margin-bottom: -20px;
}

#img-non-seg {
    height: 350px;
    margin-right: 50px;
    margin-left: 100px;
}

#img-seg {
    height: 350px;
}

#project-container p {
    margin-right: 30px;
    margin-top: -8px;
    max-width: 400px;
}

#logo {
    width: 100%;
}

header {
    padding: 20px;
}

section {
    margin: 20px;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}

#title {
    font-size: 46px;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px;
}

p {
    font-size: 20px;
    margin: 30px;
}

a {
    text-decoration: none;
    color: #0000ff;
    font-size: 20px;
}

.title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
}

.title2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}

.link-interni {
    color: rgb(135, 21, 21);
}

.link p {
    margin-bottom: -20px;
}

.button {
    width: 200px;
    height: 50px;
    background-color: #0000ff;
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.new-button {
    background-color: rgb(135, 21, 21);
}

.link {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.text {
    margin-top: 50px;
}

#beneventan-bibles-title {
    margin-top: 60px;
}

footer {
    width: 100%;
    height: 50px;
    background-color: #0000ff;
    color: white;
    display: flex;
    align-items: center;
}

#header-text {
    font-size: 23px;
}

#new-text {
    margin-top: 50px;
    margin-bottom: -10px;
}

.sigla-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1.5rem;
    font-size: 0.95rem;
    margin-left: 20px;
}

.sigla-table thead {
    border-bottom: 2px solid #222;
}

.sigla-table th {
    text-align: left;
    padding: 0.6rem 0.4rem;
    font-weight: 600;
}

.sigla-table td {
    padding: 0.55rem 0.4rem;
    vertical-align: top;
}

.sigla-table tbody tr {
    border-bottom: 1px solid #e6e6e6;
}

.sigla-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.sigla-table td:first-child {
    width: 90px;
    font-weight: 500;
}

.ul {
    margin-bottom: -20px;
}

#link {
    margin-bottom: 50px;
}
