body {
    margin: 0;
     font-family: 'Montserrat', sans-serif;
     font-size: 15px;
     line-height: 1.6;
     color: #ffffff;


}

*,
*, before,
*, after {

    box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6  {
    margin: 0;
}




/* container */
.container {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    
}

.intro {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;


    background: 
    url("../images/intro2.jpg ") center no-repeat;

    background-size: cover;
}

.intro__about {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: black;
    
    margin-top: 10px;

}

.intro__about::after{
    content: " ";
    display: block;
    background-color: black;
    width: 100%;
    height: 4px;
    margin-top: 30px;
    
    
}
.intro__definition {
    font-size: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 70px;
    color: black;

}