html {
    scroll-behavior: smooth;
}

.areaContent {
    margin: 20px auto;
    max-width: 800px;
    width: 96%;
    background-color: #e5e5e4;
    padding: 10px;
    border-radius: 4px;
    box-shadow: -60px 100px 80px rgba(0, 0, 0, 25%);
    box-sizing: border-box;
    height: max-content;
}

.text-ag {
    font-size: 0.9rem;
    padding-left: 80px;
    margin-top: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.link-label {
    font-size: 0.8rem;
    cursor: pointer;
    opacity: 0.8;
}

.link-label:hover {
    text-decoration: underline;
    opacity: 1;
}

.mailComp {
    height: 0.8rem;
    object-fit: contain;
}

@media screen and (max-width: 600px) {
    .areaContent {
        max-width: 98%;
        box-shadow: -6px 10px 8px rgba(0, 0, 0, 10%);
    }

    .text-ag {
        padding-left: 10px;
    }
}