*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Nunito";
  src: url(../../assets/fonts/Nunito-VariableFont_wght.ttf), url(../../assets/fonts/Nunito-Italic-VariableFont_wght.ttf);
}
body {
  margin: 1rem 0;
  margin-bottom: 10rem;
  padding-bottom: 10rem;
  background-color: #fae6ff;
}
body * {
  font-family: "Nunito", sans-serif;
  color: #3478d1;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1100px;
  margin: 0 auto;
  gap: 1rem;
}

@media only screen and (min-width: 768px) {
  .grid {
    grid-template-columns: 1fr 1fr;
  }
}
.container {
  background-image: linear-gradient(180deg, #ffcbe9, #f8a9ff);
}

article {
  background-color: white;
}
article .tag {
  background-color: #f8a9ff;
}
article code {
  background-color: rgb(232, 236, 255);
}

h2#highlighted-h2 {
  background-color: white;
}

footer {
  background-color: #fccbff;
}
footer span, footer h3 {
  background-color: white;
}

.container {
  border-left: 10px solid #f8a9ff;
  border-right: 10px solid #f8a9ff;
}
.container p {
  line-height: 1.8rem;
  margin-top: 1rem;
}
.container small {
  line-height: 1.8rem;
  margin-top: 1rem;
}

.container-large {
  margin: 0 auto;
  padding: 40px;
  width: 100%;
  max-width: 1100px;
}
.container-large h1 {
  font-size: 2rem;
  font-weight: 700;
  display: inline;
  vertical-align: middle;
}
.container-large #cat-gif {
  vertical-align: middle;
  width: auto;
  height: 60px;
  margin: 0 1rem;
}
.container-large small {
  font-style: italic;
  font-size: 0.8rem;
  filter: opacity(50%);
  text-align: right;
  display: block;
}
.container-large .socials a {
  text-decoration: none;
}
.container-large .socials img {
  vertical-align: middle;
  margin: auto 2px;
  margin-bottom: -1rem;
  transition: 0.2s ease all;
}
.container-large .socials img:hover {
  filter: opacity(50%);
  transform: rotate(10deg);
}

.container-small {
  height: 25rem;
  padding: 1rem;
}
.container-small h2 {
  margin: 1rem;
}
.container-small .blog-container {
  overflow: auto;
  height: 76%;
}
.container-small article {
  padding: 1.5rem 1rem;
  border-radius: 12px;
  line-height: 1.8rem;
  margin-bottom: 2rem;
}
.container-small article h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.container-small article .tag {
  padding: 8px;
  border-radius: 12px;
  color: white;
}
.container-small article hr {
  margin: 1rem 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.container-small article code {
  font-family: monospace;
  border-radius: 4px;
  padding: 1px;
}
.container-small #pack-icon {
  float: left;
  margin-right: 1rem;
  width: 50%;
}

h2#highlighted-h2 {
  max-width: 1100px;
  text-align: center;
  font-size: 1.8rem;
  padding: 10px;
  font-weight: 700;
  margin: 1rem auto;
  border-radius: 24px;
  box-shadow: 6px 6px 0 #ffacec;
}

footer {
  bottom: 0;
  position: fixed;
  display: flex;
  width: 100%;
  height: 7rem;
  border-top: 10px dashed #f8a9ff;
}
footer #oc-art {
  position: absolute;
  top: -90%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20rem;
  transition: 0.5s ease;
}
footer #oc-art:hover {
  opacity: 20%;
}
footer h3 {
  align-self: flex-end;
  margin: 0;
  margin-right: 1rem;
  padding: 0.3rem 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  border-top-right-radius: 1rem;
}

/*# sourceMappingURL=main.css.map */
