html { box-sizing: border-box; }

*, *:before, *:after { box-sizing: inherit; }

body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; }

.container { height: 100%; width: 90%; margin: 7vh auto; }

.navbar { height: 5vh; width: 100%; display: flex; justify-content: space-between; align-items: center; border: 1px solid gray; padding: 0 25px; margin: 0; background-color: #CFDCE6; position: fixed; top: 0; left: 0; }

.navbar-logo { font-size: 1.5em; font-weight: bold; }

.blog-post { margin-bottom: 20px; }

.blog-post .title { font-weight: bold; font-size: 1.5em; }

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