:root {
    --background: #160830;
    --foreground: #ffffff;
    --accent: #ea00a4;
    --font-size: 3rem;
    --line-height: 1.5rem;
    --radius: 0;
}

h2 {
    letter-spacing: 0;
}

.post-title {
    line-height: 4rem;
    border: none;
}

.post-title:after {
    border: none;
}

body {
    font-family: "obviously", sans-serif;
    background-image: url("https://blog.diogocezar.dev/images/bg.svg");
    background-repeat: no-repeat;
    background-position: top center;
}

header {
    display: flex;
    justify-content: center;
}

header img,
footer img {
    border: none;
    padding: 0px;
    margin: 0px;
}

.footer {
    opacity: 1;
    display: flex;
    justify-content: center;
    padding: 0px;
}

footer img {
    width: 150px;
}

.post-title {
    font-weight: bold;
}
