@import url("https://fonts.googleapis.com/css?family=Raleway");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}
html{
  background-color: #f1f1f1 ;
  font-size: 15px;
  line-height: 22.5px;
}
.content {
  max-width: 1400px;
  margin: 0 auto;
}
header {
  padding: 32px 16px;
  text-align: center;
}
h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
}
header p {
  font-size: 15px;
  line-height: 22.5px;
  margin: 15px 0;
}
.span-tag,
.just-this {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0 8px;
  text-align: center;
}
.post-tag {
  margin-bottom: 16px ;
  font-size: 12px;
  color: #000 ;
  background-color: #f1f1f1 ;
  display: inline-block;
  padding: 0 8px;
  text-align: center;
}
main {
  display: flex;
  justify-content: space-between;
}
section {
  float: left;
  width: 66.6%;
}
.rights {
  margin: 16px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%);
}
hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}
img {
  width: 100%;
  vertical-align: middle;
}
.title,
.blog {
  padding: 0.01em 16px;
}
h3 {
  font-weight: bolder;
  margin: 10px 0;
  font-size: 24px;
}
h5,
h4 {
  font-weight: 400;
  margin: 10px 0;
  font-size: 18px;
  line-height: 27px;
}
.opacity {
  opacity: 0.6;
}
.blog p {
  font-size: 15px;
  line-height: 22.5px;
}
.bottoms {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  align-items: center;
}
.bottoms button {
  border: 1px solid #ccc;
  color: #000;
  background-color: #fff;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 15px;
  line-height: 22.5px;
  font-family: "Raleway", sans-serif;
}
.zero {
  font-weight: 700;
}
.my-name h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.my-name p {
  margin: 15px 0;
}
.my-name,
.posts {
  margin-bottom: 0;
}
.posts,
.tag {
  margin-top: 0;
}
aside {
  width: 33.3%;
  display: flex;
  flex-direction: column;
}
.posts div,
.tags-div {
  padding: 8px 16px;
  background-color: #f1f1f1;
  font-size: 20px;
}
.posts h4,
.tags-div h4 {
  font-size: 20px;
}
li {
  list-style: none;
  padding: 16px;
  border-bottom: 1px solid #ddd;
}
li img {
  float: left;
  margin-right: 16px;
}
.large {
  font-size: 18px;
}
.tags {
  padding: 0.01em 16px;
  margin: 15px 0;
}
/*       FOOTER           */
footer {
  width: 100%;
  font-size: 15px;
  line-height: 22.5px;
  color: #fff;
  background-color: #616161;
  padding: 32px 16px;
  margin-top: 16px;
}
.buttons {
  font-size: 15px;
  line-height: 22.5px;
  font-family: "Raleway", sans-serif;
  color: #fff;
  background-color: #000;
  margin-bottom: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
}
.not-allowed {
  cursor: not-allowed;
  opacity: 0.3;
}
footer p {
  margin: 15px 0;
}
footer p a {
  color: #fff;
}
/* MEDIA FOR SMALL SCREENS */
@media (max-width: 990px) {
  main {
    flex-wrap: wrap;
    flex-direction: column;
  }
  section,
  aside {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .zero {
    display: none;
  }
}
