@charset "UTF-8";
body {
    background-color: #E8F9FF;
    max-width: 95%;
    height: auto;
}
h1 {
    color: #282828;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 12vw;
	text-align: center;
	text-decoration: underline;

}
h2 {
    color: #282828;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 5vw;
	text-align: left;

}
h3 {
    color: #282828;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 4vw;
	text-align: left;

}
h4 {
    color: #282828;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;

}
h5 {
	color: #282828;
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	margin-bottom: 25px;
	text-align: center;
}
p {
	color: #282828;
	font-family: 'Montserrat', sans-serif;
	font-size: 2vw;
	margin-bottom: 25px;
	text-align: left;
	}
p em {
  font-weight: bold;
  font-size: 2.1vw;
  font-style: normal;
}
img{
            margin: 0 auto;
            height: auto;
            max-width: 100%;
            border: none;
            display: block;
            padding: 5px 0;
        }

a {
  color: #191E3A;
}
div.absolute {
  position: absolute;
  top: 0px;
  left: 3vw;
  width: 95%;

}