@import "commonstyle.css";

body{
    background-image: url('/img/zentree_2.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.postbox{
    margin-left: var(--margin);
    margin-right: var(--margin);
    font-size: 15px;
    color: #dcdccc;
    overflow: auto;
}

.blogpost{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 15px;
    color: #000000;
    background:rgba(255, 255, 255, 1);
    padding: 10px;
    padding-left: 8%;
    padding-right: 8%;
    width: 84%;
    border-radius: 6px;
}

p {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.sidenav {
  font-size: 15px;
  width: 10%;
  float: left;
  overflow: auto;
}

pre {
    border-radius 10px;
    padding: 10px;
    padding-left: 0.3in;
}

oletter {
    font-size: 60;
    font-family: "UnifrakturMaguntia";
}
