@import "blog.css";
@import "header.css";
@import "nav.css";
@import "post.css";
@import "footer.css";

* {
    font-size: 3vh;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    width: 100%;
    margin: 0;
}

.box {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.box h2 {
    text-align: center;
    font-size: 1.3em;
    padding: 2px;
    margin-bottom: 16px;
}