@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@1,600&display=swap');

.main-blog h3 {
  /* font-weight: 100; */
  text-decoration: underline;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.main-blog {
  font-family: 'Roboto Mono', monospace;
  font-size: 0.9rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 100;
}


.container-blog {
  width: 1100px;
  margin: auto;
  overflow: hidden;
  justify-content: center;
}

.container-blog p {
  text-align: center;
}

.list-blog {
    margin-left: 7rem;
    margin-right: 7rem;
}

.list-blog ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.list-blog ul li {
    list-style: none;
    margin: 1rem;
}

a {
    text-decoration: none;
    color: black;
}

.list-blog ul li a:link {
  color: black;
  text-decoration: none;
  font-size: medium;
  font-weight: bolder;
}

.list-blog ul li a:visited {
  text-decoration: none;
}

.list-blog ul li a:hover {
  text-decoration: underline;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  margin: auto; 
  padding: 0.5rem;
  /* background-color: darksalmon; */
}

.tags {
  /* background-color: palevioletred; */
  overflow: hidden;
  position: relative;
  font-size: small;
  text-align: center;
  justify-content: center;
  font-weight: 100;
}

.tags ul {
  margin-left: 0;
  padding-left: 0;
}

.tags ul li {
  display: inline-block;
  max-width: 350px;
  text-align: center;
  background-color: antiquewhite;
  padding: 0.3rem;
  border-radius: 0.3rem;
  margin-top: 0.1rem;
  margin-left: 0;
  margin-bottom: 0.1rem;
}

.tags ul li a {
  color: black;
  text-decoration: underline;
}

.html-output {
  overflow: hidden;
}

.html-output p {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .container-blog {
    /* text-align: center; */
    width: 380px;
    /* margin-left: 0.5rem;
    margin-right: 0.5rem; */
    overflow: hidden;
  }

  .list-blog {
    margin: auto;
  }

  .html-output {
    overflow: hidden;
  }
}
