@import url("https://fonts.googleapis.com/css2?family=Exo:wght@300&display=swap");
html, body { font-family: 'Exo', sans-serif; }

p { color: #41444b; }

.footer { padding: 50px 0; background-color: #ff3c36; flex-shrink: 0; text-align: right; color: white; }

.footer a { color: #eeeeee; }

html, body { height: 100%; }

body { background-color: #eeeeee; display: flex; flex-direction: column; }

.content { margin-top: 100px; flex: 1 0 auto; }

/*# sourceMappingURL=main.css.map */