/*MICROBLOG*/
@font-face {
        font-family: hand;
        src: url(MyHandwriting_2026-06-16_2149-Regular.ttf)
}
body {
    background-color: #050505;
}
a {
    text-decoration: none;
}
h1 {
    color: #415742;
}
.header {
    margin: 0px auto auto;
    font-family: 'Courier New', Courier;
}
.microblog {
  width: 700px;
  margin: 100px auto auto;
}
.notebook {
  position: absolute;
}
.text {
  position: absolute;
  margin-left: 50px;
  margin-top: 20px;
  font-family: hand;
  color: black;
  width: 200px;
  height: 700px;
}
.text-2 {
  position: absolute;
  margin-left: 340px;
  margin-top: 20px;
  font-family: hand;
  color: black;
  width: 200px;
  height: 700px;
}
.nav {
    margin-top: 560px;
    width: 600px;
    height: 30px;

}
#back {
    justify-self: left;
}
#next {
    justify-self: right;
}