body{
  font-family: 'Raleway', sans-serif;
}

.jumbotron{
  margin: 0px;
  padding-bottom: 0;
  background-color: white;
}

.start{
  display: block;
}

.mobile-start{
  display: none;
}

.jumbotron .flex-row{
  margin-left: 10%;
}

.avatar-md{
  width: 100px;
  height: 100px;
}

.intro-box{
  border-left: solid 2px black;
}

.intro-box > p{
  margin: 2px;
}

.deco{
  margin-left: 5%;
  margin-right: 5%;
  border: double black;
  border-radius: 3px;
}

#intro_space{
  position: -webkit-sticky;
  position: sticky;
  top: 20%;
}

#blog_space{
  margin-left: 5%;
}

.post-deco-top{
  height: 5px;
  margin: 0;
  padding: 0;
  border-bottom: 1.5px solid black;
  border-left: 1.5px solid black;
  border-right: 1.5px solid black;
}

.post-deco-bottom{
  height: 5px;
  margin: 0;
  padding: 0;
  border-left: 1.5px solid black;
  border-right: 1.5px solid black;
}

.post-box{
  padding: 2%;
  width: 100%;
  border-left: 1.5px dotted black;
  border-right: 1.5px dotted black;
}

.arrow-left{
  margin-left: 30%;
}

.arrow-right{
  margin-right: 30%;
}

.pagination i{
  padding-left: 20%;
  padding-right: 20%;
  border-radius: 2px;
  background-color: black;
  color: white;
  font-size: 1.5rem;
}


@media (max-width: 768px){
  .mobile-start{
    display: block;
  }

  .start{
    display: none;
  }

  .mobile-intro-box{
    text-align: center;
    margin-bottom: 3%;
  }

  #intro_space{
    top: 0;
    position: inherit;
  }

  #blog_space{
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }

}
