.landing{
    background-image: url(../images/cover2.avif);
    background-size: cover;
    position: relative;
    height: 100vh;
     /* height: calc(100vh-64px);  */
}
.landing .intro-text{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    max-width: 100%;
    width: 320px;
    transform: translate(-50%,-50%);
}
.landing .intro-text h1{
    margin: 0;
    font-weight: bold;
    font-size: 50px;
    color: var(--main-color);
}
.landing .intro-text P{
    font-size: 19px;
line-height: 1.8;
color: #ffffff;
}