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%;
    max-width: 1200px;
    margin: 0 auto;
    
}

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


    background: 
    url("../images/pig.png ") center no-repeat;

    background-size: cover;

}

.price {
    font-size: 150px;
    font-weight: 700;
    color: rgb(228, 228, 70);
}