*,
html{
    margin: 0;
    padding: 0;
}
body{
    width: 100vw;
    height: 100vh;
}
#main{
    width: 100%;
    height: 100%;
    background-image: url(../images/backg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:  cover;
}
#text-in-section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.row-article{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    height: 50%;
}
.row-article span{
    font-family: "Outfit", sans-serif;
    font-size: 90px;
    font-weight: 100;
    color: #fcfcfc;
}