﻿.page-content {
    margin-bottom: 100px;
    padding-top: 40px;
    width: 90%;
    justify-self: center;
    margin-top: 50;
    gap: 20px;
    display: grid;
    grid-template-columns: 150px auto;
}
.side-menu > a {
    text-decoration: none;
    color: var(--main-text-color);
}
.box-container-contact {
    display: grid;
    grid-template-columns: auto auto auto;
}
.section-description-legal {
    font-weight: bold;
}
p { 
    margin: 0px;
}
.flag-container-contact {
    align-items: center;
    gap: 10px;
    display: flex;
}
.section-content-legal {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.box-container-contact > div {
    display: grid;
    grid-auto-rows: auto;
    gap: 10px;
}
.icon-image-contact {
    width: 80px;
    height: 40px;
}
h2 > a, p > a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: var(--main-text-color);
}

.about-content {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.about-content > h1 {
    margin:0px;
    font-size: 24px;
    font-weight: normal;
}
.about-content > h3 {
    font-size: 16px;
    font-weight: normal;
}
.about-content > h2 {
    margin:0px;
    font-size: 20px;
    font-weight: normal;
}
.side-menu {
    font-size: 16px;
    text-decoration: none;
    gap: 10px;
    display: grid;
    grid-template-rows: 20px 20px 20px 20px;
}

.side-menu-active {
    font-weight: bold;
}