body{
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 2rem;
	background-color: #fdfdfd;
	color: #121212;
}

.container{
	max-width: 1400px;
    margin: 30px 0;
    padding: 20px;
}

h1,h2{
	font-weight: 600;
}

h1{
	font-size:2rem;
	margin-bottom:30px;
}

h2{
	font-size:1.5rem;
	margin-bottom:10px;
}

p{
	margin-bottom:40px;
	text-align:justify;
}

p span{
	color: #f14444;
	text-decoration: underline;
}


