body{
    padding-left: 80px;
}
*{
    margin-top: 0;
}
article{
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 20px;
}
body article h1{
    font-size: 45px;
    font-weight: bold;
}
.rt{
    display: flex;
    gap: 30px;
}
.wt{
    font-size: 18px;
    font-weight: bold;
    color: #2D3748;
}
.mo{
    font-size: 18px;
    font-weight: 300;
    color: #2D3748;
}
hr{
    color: #718096;
}
.zxc{
    font-size: 16px;
    font-weight: 500;
    color: #2D3748;
}
.it{
    font-size: 16px;
    font-weight: bold;
    color: #2D3748;
}
.st{
    font-size: 30px;
    font-weight: bold;
    color: #2D3748;
}