@charset "utf-8";
body {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-family: "Fira Sans",sans-serif;
	/* [disabled]padding-left: 7%; */
	/* [disabled]padding-right: 7%; */
    align-items: center;
    text-align: center;
    color: black;
    background-color: white;
}


h1 {
    text-align: center;
}

p {
    text-align: center;
}

img {
    display: block;
    margin: auto;
    max-width: 100%;
}

a:link {
    text-decoration: none;
    color: black
}

a:visited {
    text-decoration: none;
    color: black
}


