@font-face {
    font-family: "TT2020";
    src: url("/assets/fonts/tt2020.woff") format('woff');
}

body {
    font-family: TT2020 !important;
    font-weight: bold;
}

.title, .poem-title {
    text-align: center;
}

section, footer {
    margin: 10px;
}

.container, .buttons-container {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width: 600px) {
    .container, buttons-container {
	width: 90%;
  }
}

a {
    color: #586e75 !important;
    text-decoration: underline !important;
}

.post-content {
    margin: 0 auto;
    margin-top: 40px;
}

.post-content p, ul {
    flex-grow: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
