* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  /* font-size: 15px; */
}
html, body {
  overflow-x: hidden;
}

/* Base (mobile first) */
.myfont {
  font-size: 1rem;
  color: #0fec73;
  font-weight: bold;
}

/* Tablets (≥ 768px) */
@media (min-width: 768px) {
  .myfont {
    font-size: 1.4rem;
    color: #cf9090;
    font-weight: bold;
  }

  p {
    font-size: 1.125rem;
  }
}

/* Desktops (≥ 1200px) */
@media (min-width: 1200px) {
  .myfont {
    font-size: 1.6rem;
    color: #a1f09e;
    font-weight: bold;
  }

  p {
    font-size: 1.25rem;
  }
}

.box {
  background-color: lightblue;
  border: 1px solid blue;
  min-height: 30px;
  width: 80px;
  font-size: 2rem;
}

.col {
  background-color: #a1f09e;
  /* border: 1px solid #d8a486; */
}

.row,
.bag {
  background-color: #87cc84;
  /* border: 1px solid #a5e7a3; */
}

/* [class^="container"] {
  background-color: #ccfdca;
  border: 1px solid #a5e7a3;
} */

.head-news {
  font-size: 12px;
}

.img-logo {
  max-height: 150px;
}

link-size {
  font-size: 12px;
}

.b-red {
  border: 1px solid #d60000;
}

.img-grid {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* aspect-ratio: 16 / 9; */
  /* width: 100%; */
  position: relative;
  overflow: hidden;
}

.carousel-btn {
  background-color: aliceblue;
  color: #000000;
}

.toggle-box {
  width: 200px;
  border: 1px solid #000000;
  text-wrap: wrap;
}

.imglogo {
  width: 150px;
}
.nav-bg {
  background: #9ce29a;
}

.bg-image {
  background-image: url("img/theres-no-freaking-way-ill-be-your-lover-unless-1080p-eng-sub-hevc-episode-01-1024x576.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 220px;
  display: block;
}

.b1 {
  border: 1px solid #000000;
}

.icon-text-top {
  font-size: 14px;
}
.short-img {
  width: 30%;
}
.short-img-info {
  width: 70%;
}
.w-220 {
  width: 15%;
}