*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: inherit;
}



.article{
    height: auto;
    /* width: 1000px;background-color: red; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
}

.container-of-article{
    height: 100%;
    width: 654px;
    /* background-color: white; */
    margin-left: auto;
    margin-right: auto;
}

.container-of-article h1{
    font-size: 24px;
    text-align: center;
    color: black;
    font-weight: 600;
    line-height: 1.2;
    opacity: 0.9;

}

.info{
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 30px;
}

.info p{
    font-size: 13px;
    color: #6d7175;
    line-height: 1.6;
}

.info a{
    color: black;
    font-weight: 600;
    opacity: 0.8;
    text-underline-offset: 2px;
    text-decoration-color: #20222366;
}

.tm{
font-size: 7px;
color: black;
font-weight: 600;
text-decoration: none;
opacity: 0.9;
}

header{
    margin-top: 0 !important;
}

