@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body, html {
   font-family: "Montserrat", sans-serif;
}

a { color:#ad2f00; text-decoration: none; outline:none}
a:hover{}
a {
    transition: all 0.5s ease 0s;
}
/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr,
a, img, b, ul, li, object, script, ol, blockquote, fieldset, input
{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
	text-decoration: none;
}
ol, ul {
  list-style: none;
}
#br {
	clear: both;
}
