@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {font-family: 'Roboto', sans-serif;}

H1 {font-size:24px;}
H2 {font-size:22px;}
H3 {font-size:20px;}
.text-red {color: #e01f03;}

a {color: #e01f03;}
a:hover {color: #333; text-decoration:none;}

.main {
	height:auto;
	padding: 10px auto;
	margin-bottom:10px;
}
.logo {
	text-align: center;	
	padding:10px;
}

.text{
	text-align: center;	
	padding:10px;
}


@media (max-width:1000px) {
.logo img{
	width: 100%; height:auto;
}
	
	}