body{
    font-family: 'Montserrat', sans-serif;
    color: rgb(32, 36, 69);
}

main{
    min-height: 100vh;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6
{
    font-weight: 700;
    line-height: 130%;
    color: rgb(230, 26, 117)
}

h1, .h1{
    font-size: 2rem;
}
h2, .h2{
    font-size: 1.6rem;
}

.bold{font-weight: 700;}
.regulat{font-weight: 400;}
.light{font-weight: 300;}

.article .image{
    background-position: center;
    width: 100%;
    height: 300px;
    position: relative;
}
.article .image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}


header{
    padding: 1rem 0px;
}
header .logo img{
    max-width: 200px;
}

.top{
    position: relative;
}

.top img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.bg-grey{background-color: #f8f8f8;}


.filter{
    background: rgb(230, 26, 117);
    background: linear-gradient(45deg, rgba(230, 26, 117,1) 0%, rgba(32, 36, 69,1) 40%);
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

footer{
    text-align: center;
    background-color: rgb(230, 26, 117);
    color: #fff;
}