* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;

}

body {
  background: #222;
  /* fallback for old browsers */
  color: white;
  overflow: auto;
}

.main-container {
  padding-top: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.top-nav {
  padding-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.back-icon {
  width: fit-content;
  cursor: pointer;
}

.back-icon img {
  height: 40px;
}

.home {
  padding: 10px;
  border-radius: 6px;
  border: 1px solid white;
}

.home a {
  text-decoration: none;
  font-family: "Overpass Mono", sans-serif;
  color: white;
}

.date {
  text-align: center;
  border-bottom: 1px dotted #fff;
  margin: 0 auto 3.5em;
}

.page-date {
  display: inline-block;
  position: relative;
  top: 0.8em;
  background: #222;
  font-family: "Overpass Mono", sans-serif;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  padding: 0 1em;
  font-size: 18px;
  text-transform: none;
  letter-spacing: 1px;
}

.article-container {
  margin-left: auto;
  margin-right: auto;
  font-family: "Overpass Mono", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.article-content {
  width: 65%;
}

.author-box {
  width: 350px;
  height: fit-content;
  border-radius: 50px;
  background: #4f4f4f;
  box-shadow: inset 8px 8px 16px #434343,
    inset -8px -8px 16px #5b5b5b;
}

.title {
  text-align: center;
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.content {
  font-size: 17px;
  line-height: 1.6;
}

.about-me{
  margin-top: 40px;
width: 100%;
}
.profile-photo{
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.about-me h1 {
  font-family: 'Anonymous Pro', monospace;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px
}

.about-me h6 {
  text-align: center;
  font-weight: 400;
  font-family: 'Anonymous Pro', monospace;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px
}
.links {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: block;
  margin-bottom: 25px;
}

.links a {
  padding: 10px
}

.links a img {
  height: 40px;
  transition: all .2s ease-in-out
}

.links a img:hover {
  transform: translatey(-5px)
}
.page-links{
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  margin-bottom: 50px;
}
button {
  padding: 5px;
  margin-left: 7px;
  margin-right: 7px;
  width: fit-content;
  height: 30px;
  border: none;
  background-color: white;
  color: #222;
  font-size: 15px;
  font-family: 'Anonymous Pro', monospace;
  font-weight: 400;
  border-radius: 5px;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

button a {
  color: #222;
  text-decoration: none;
}

button:hover {
  transform: translatey(-5px)
}

/*---------Article styles--------*/
.blockPtag {
  font-size: 16px;
  line-height: 20px;
  font-family: "Overpass Mono", monospace;
}

blockquote {
  padding: 16px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 6px;
  color: black;
}

.link-tag {
  color: #7b68ee;
}

.content-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 400px;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  transition: all ease 0.6s;
}

.content-image:hover {
  transform: scale(1.04);
}

ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

li {
  margin-top: 8px;
  margin-bottom: 8px;
}

code {
  font-family: 'Courier', monospace;
  background: #333;
  padding: 3px;
  border-radius: 6px;
  font-size: 14px;
}

blockquote p {
  display: inline;
  font-family: 'Courier', monospace !important;
  font-weight: 400;
  font-size: 14px !important;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.size{
  font-weight: bolder;
}


/*Loader*/
.line-loader {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #575757;
}

.load-wrapp {

  z-index: 12;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4)
}

.load-2 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;
}

.load-2 .line-loader:nth-last-child(1) {
  animation: loadingB 1.5s 1s infinite;
}

.load-2 .line-loader:nth-last-child(2) {
  animation: loadingB 1.5s 0.5s infinite;
}

.load-2 .line-loader:nth-last-child(3) {
  animation: loadingB 1.5s 0s infinite;
}

@keyframes loadingB {
  0% {
    width: 15px;
  }

  50% {
    width: 35px;
  }

  100% {
    width: 15px;
  }
}

/*  Responsive  */

@media screen and (max-width: 1200px) {
  .article-container{
    flex-direction: column;
  }
  .article-content{
    width: 100%;
  }
  .author-box{
    align-self: center;
  }
}