body {
    margin: 0;

    font-family: 'Oswald', sans-serif;

    font-size: 40px;
    line-height: 1.6;
    color: #333;

}
*,
*:before,
*:after  {
    box-sizing: border-box;
}

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



/* Container__header */
.containeer__header {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;

}
/* Container__intro */
.container__intro {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}




/* Intro */
.intro {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background: url("../images/test.jpg") center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 30% 0%;
    background-attachment: scroll;
    margin: 0px;
    
   
    
}
.intro__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto -500px;

    text-align: left;
}

.intro__title {
    color: black;
    font-size: 150px;
    font-weight: 700;
    text-decoration: uppercaase;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    

}
.intro__suptitle {
    color: black;
    font-size: 150px;
    font-weight: 700;
    text-decoration: uppercaase;
    line-height: 1;
    font-family: 'Qwitcher Grypen', cursive;   
}


/* Header */
.header {
    width: 100%;
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header__inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


}
/* Nav */

.nav {
    font-size: 14px;
    text-transform: uppercase;
}
.nav__link {
    display: inline-block;
    vertical-align: top;
    margin: 30px 50px;
    position: relative;


    color: black;
    text-decoration: none;
    
    transition: color .1s linear;
}
.nav__link::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    display: none;
    background-color: black;
    opacity: 1;

    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    transition: opacity .1s linear;
}

.nav__link:hover {
    color: black;
    
}
.nav__link:hover:after {
    display: block;

}

/* Buttons */
.btn2022 {
    display: inline-block;
    vertical-align: top;
    padding: 8px 280px;
    border: 3px solid black;
    margin-top: 120px;
        color: black;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    text-decoration: none;

    transition: background .1s linear, color .1s linear;

}
.btn2022:hover {
    border: none;
    background-color: white;
    color: black;
}
.btn2023 {
    display: inline-block;
    vertical-align: top;
    padding: 8px 280px;
    border: 3px solid black;
    margin-top: 120px;
        color: black;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    text-decoration: none;

    transition: background .1s linear, color .1s linear;

}
.btn2023:hover {
    border: none;
    background-color: white;
    color: black;
}
/* Container Main */
.containeer__main {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
 
}
.main__prof1{
    color: black;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;

}
.main__prof2{
    color: black;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 50px;

}
.main__me1 {
    color: black;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 50px;
}
.main__me2 {
    color: black;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 50px;