.res{
	height: 100vh;
	background: url(../images/su-aritma.jpg);
	background-size: cover;
}
h1{
	font-family: 'Oswald', sans-serif;
	font-size: 55pt;
	color: #000;
	line-height: 55pt;
}
.img-logo{
		margin-top: calc(50% - 200px);
		margin-bottom: 80px;
}
p{
	font-family: font-family: 'Roboto', sans-serif;;
	font-size: 14pt;
	color: #000;
	margin-top: 40px;

}

p a{
	color: red;
}