.main-header {
    height: 280px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}


.header-information {
    display: flex;
    align-items: center;
}

#company-logo{
    margin-top: -60px;
}


.header-information > h1 {
    text-align: center;
    flex-grow: 1;
    font-size: 50px;
}


.container-body {
    background-color: whitesmoke;
    margin-top: 150px;
}

article {
    height: 80%;
    border-radius: 15px;
}

article > header {
    color: #fff;
    background-color: #0f2f6f;
    border-radius: 15px;
    font-size: 30px;
}

#product-image {
    text-align: center;
    margin-bottom: 60px;
}

footer {
    text-align: center;
}


.article-information-section {
    margin-top: -70px;
}


#descriptive-image {
    text-align: center;
    margin-bottom: 60px;
}


p {
    font-size: 30px;
}

li {
    font-size: 35px;
}

table {
    font-size: 35px;
}

table th,
table td {
    font-size: 35px;
}

table th {
    font-weight: bold;
}

.footer-info > span {
    font-size: 54px;
    vertical-align: middle;
    margin-right: 10px;
}

#materials-table {
    text-align: center;
}

#materials-table > table {
    margin: 0 auto;
    width: 50%;
}

#dimensions-table > table {
    margin: 0 auto;
    width: 80%;
}
#dimensions-table > p {
    margin: 0 auto;
    width: 80%;
}

.table-title{
    text-align: center;
    font-size: 50px;
    margin-top: 60px;
}

.information-section-title{
    text-align: center;
    margin-top: 100px;
}

.footer-info > a{
    color: #0f2f6f;
}








