/*

(Max width)
0  - 600PX:       PHONE

600px - 1200PX:   TABLET PORTRAIT

1200px - 600PX:   TABLET LANDSCAPE

1200px- 1800px:   Normal

(Min width)
1800px +      :   LAPTOP




//ODER//

BASE + TYPOGRAPHY

GENERAL LAYOUT + GRID

PAGE LAYOUT

COMPONENTS
*/
@keyframes appear {
  0% {
    opacity: 0; }
  100% {
    opacity: 100%; } }

@keyframes blob {
  0% {
    transform: scale(1);
    /* transform: rotate(0deg); */ }
  25% {
    transform: scale(1.05);
    /* transform: rotate(15deg); */ }
  50% {
    transform: scale(1.09);
    /* transform: rotate(30deg); */ }
  75% {
    transform: scale(1.045);
    /* transform: rotate(15deg); */ }
  100% {
    transform: scale(1);
    /* transform: rotate(0deg); */ } }

body {
  background-color: #eee !important;
  font-family: "Lato", serif;
  font-size: 1rem;
  position: relative; }
  @media (max-width: 56.25em) {
    body {
      overflow-x: hidden; } }

::selection {
  background-color: purple;
  color: white; }

.blog-btn {
  text-decoration: underline;
  display: inline-block;
  padding: .4rem .6rem;
  border-radius: .3rem;
  font-size: 1.3rem;
  text-align: center; }
  .blog-btn:hover {
    background-color: #4cb1f5;
    transform: translateY(-0.07rem);
    transition: all .2s;
    font-weight: 300;
    color: white; }

.about {
  margin-top: 12rem;
  width: 100%;
  position: relative;
  font-size: 1.1rem; }
  @media (max-width: 56.25em) {
    .about {
      margin-top: 7rem; } }
  @media (max-width: 26.5em) {
    .about {
      width: 100%;
      margin-top: 0;
      margin-right: 0; } }
  .about__header {
    padding-bottom: 5rem;
    color: #15ad15;
    margin-bottom: 2rem;
    font-size: 3.7rem; }
    @media (max-width: 56.25em) {
      .about__header {
        margin-bottom: 2rem;
        padding-left: 1rem; } }
    @media (max-width: 26.5em) {
      .about__header {
        margin: 0; } }
  .about__profile {
    margin-bottom: 12rem; }
    @media (max-width: 26.5em) {
      .about__profile {
        margin-bottom: 0; } }
    .about__profile--img {
      width: 23%;
      border-radius: .2rem;
      float: right; }
      @media (max-width: 56.25em) {
        .about__profile--img {
          width: 35%;
          padding-left: 1rem; } }
      @media (max-width: 26.5em) {
        .about__profile--img {
          width: 75%; } }
    .about__profile--text {
      padding: 2rem;
      padding-left: 0;
      display: inline-block;
      width: 55%;
      font-size: 1.1rem; }
      @media (max-width: 56.25em) {
        .about__profile--text {
          margin: 0;
          display: inline-block;
          width: 100%;
          font-size: 1rem;
          padding: 1rem; } }
  .about__coding {
    position: relative;
    width: 100%;
    height: 50rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); }
    @media (max-width: 56.25em) {
      .about__coding {
        height: 60rem;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        margin: 5rem auto;
        z-index: 2; } }
    @media (max-width: 26.5em) {
      .about__coding {
        height: 60rem;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        margin: 5rem auto; } }
    .about__coding--img {
      height: 37rem;
      width: 78%;
      z-index: -1;
      background-image: linear-gradient(to right bottom, #0000008c, #00000096), url(../static/images/code.jpg);
      background-repeat: no-repeat; }
      @media (max-width: 56.25em) {
        .about__coding--img {
          height: 42%;
          width: 66%;
          z-index: 1;
          background-image: linear-gradient(to right bottom, #0000008c, #00000096), url(../static/images/code.jpg);
          background-repeat: no-repeat;
          position: absolute;
          left: 0;
          top: 6rem;
          background-size: 130%; } }
      @media (max-width: 26.5em) {
        .about__coding--img {
          height: 25%;
          width: 82%;
          position: absolute;
          z-index: 1;
          left: 0;
          background-size: 205%;
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          top: 5rem; } }
    .about__coding--text {
      position: absolute;
      top: 13rem;
      left: 25rem;
      display: inline-block;
      width: 65%;
      height: 55%;
      padding: 2rem;
      color: #222;
      background-image: linear-gradient(to right bottom, #06beb5, #00d2ee); }
      @media (max-width: 56.25em) {
        .about__coding--text {
          background-size: cover;
          display: inline-block;
          left: 0rem;
          width: 100%;
          margin: 0px auto;
          padding: 2rem;
          color: #222;
          text-align: left;
          width: 100%;
          padding-top: 5rem;
          z-index: -1;
          top: 24rem;
          border: 20px solid white; } }
      @media (max-width: 26.5em) {
        .about__coding--text {
          display: inline-block;
          left: 0rem;
          top: 10rem;
          width: 100%;
          margin: 0px auto;
          padding: 1rem;
          color: white;
          text-align: left;
          width: 100%;
          padding-top: 10rem;
          background-image: linear-gradient(to right bottom, #06beb5, #00d2ee);
          height: 70rem;
          z-index: -1;
          -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          border: 12px solid white; } }
      .about__coding--text-header {
        margin-bottom: 2rem;
        text-transform: capitalize;
        color: white;
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 2px; }
        @media (max-width: 56.25em) {
          .about__coding--text-header {
            text-align: right;
            padding-right: 3rem; } }
    .about__coding-items {
      display: flex;
      flex-wrap: wrap;
      color: white;
      border: 20px solid white;
      margin: 0 auto;
      margin-bottom: 5rem;
      width: 70%; }
      @media (max-width: 56.25em) {
        .about__coding-items {
          width: 100%;
          margin-bottom: 9rem; } }
      @media (max-width: 26.5em) {
        .about__coding-items {
          width: 100%; } }
    .about__coding-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: .7rem 1rem; }
      .about__coding-item-img {
        height: 2rem; }
      .about__coding-item:hover {
        transform: translateY(0.07rem);
        transition: all .3s;
        transform: scale(1.07); }
    .about__coding-stack {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: row;
      background-image: linear-gradient(rgba(141, 45, 226, 0.7), rgba(75, 0, 224, 0.7)); }
      .about__coding-stack-header {
        width: 100%;
        text-align: center;
        font-size: 95%;
        color: #222; }
  .about__design {
    position: relative;
    width: 100%;
    margin-bottom: 22rem; }
    @media (max-width: 56.25em) {
      .about__design {
        margin-bottom: 36rem; } }
    .about__design--header {
      color: yellow;
      font-size: 2rem;
      margin-bottom: 2rem;
      font-weight: 600; }
      @media (max-width: 56.25em) {
        .about__design--header {
          color: #15ad15;
          font-size: 1.7rem;
          margin-bottom: 5rem;
          margin-top: 7rem; } }
      @media (max-width: 26.5em) {
        .about__design--header {
          margin-bottom: 2rem; } }
    .about__design--img {
      height: 40%;
      width: 70%;
      margin-left: 21rem; }
      @media (max-width: 56.25em) {
        .about__design--img {
          margin-left: 14rem; } }
      @media (max-width: 26.5em) {
        .about__design--img {
          height: 40%;
          width: 84%;
          margin-left: 5rem; } }
    .about__design--text {
      display: inline-block;
      width: 55%;
      /* background-image: linear-gradient(to right bottom, #000000a1, #2c2c2c5d), url(../static/images/deer.jpg); */
      height: 70%;
      color: white;
      background-size: cover;
      padding: 3rem;
      font-size: 1.1rem;
      background-color: purple;
      position: absolute;
      top: 17rem;
      left: 5rem; }
      @media (max-width: 56.25em) {
        .about__design--text {
          background-size: cover;
          display: inline-block;
          width: 100%;
          height: 34rem;
          margin: 0 auto;
          padding: 2rem;
          color: #dee2e6;
          text-align: left;
          -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0 100%);
          clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
          width: 100%;
          position: absolute;
          left: 0;
          z-index: -1;
          border: 20px solid lightgray;
          top: 12rem; } }
      @media (max-width: 26.5em) {
        .about__design--text {
          background-size: cover;
          width: 100%;
          height: 33rem;
          padding: 2rem;
          color: #dee2e6;
          text-align: left;
          width: 100%;
          position: absolute;
          left: 0rem;
          top: 4rem;
          z-index: -1;
          -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
          border: 12px solid white; } }
      .about__design--text-blog-btn {
        text-decoration: underline;
        display: inline-block;
        padding: .4rem .6rem;
        border-radius: .3rem;
        font-size: 1.3rem;
        text-align: center;
        text-transform: capitalize;
        margin-left: 35rem; }
        @media (max-width: 56.25em) {
          .about__design--text-blog-btn {
            right: 7rem;
            bottom: 4rem;
            margin-left: 0; } }

.blobs {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 66%;
  z-index: -4;
  top: -44rem;
  fill: #a683e3; }
  @media (max-width: 26.5em) {
    .blobs {
      position: relative;
      margin: 0;
      padding: 0;
      max-width: 100%;
      z-index: -4; } }
  @media (max-width: 26.5em) {
    .blobs {
      opacity: 30%; } }
  .blobs__blob1 {
    opacity: 70%;
    width: 100%;
    position: absolute;
    top: 3rem;
    animation: blob 7s ease-in-out;
    animation-iteration-count: infinite;
    transition: 5s ease-out;
    left: 29rem;
    display: none; }
    .blobs__blob1:not(last-child) {
      margin-bottom: 20rem; }
    @media (max-width: 56.25em) {
      .blobs__blob1 {
        position: absolute;
        left: 20rem;
        top: 18rem; } }
    @media (max-width: 26.5em) {
      .blobs__blob1 {
        opacity: 57%;
        top: 18rem;
        animation: blob 7s ease-in-out;
        animation-iteration-count: infinite;
        transition: 5s ease-out;
        left: 0; } }
  .blobs__blob2 {
    opacity: 70%;
    width: 100%;
    position: absolute;
    top: 156rem;
    right: 2rem;
    animation: blob 7s ease-in-out;
    animation-iteration-count: infinite; }
    @media (max-width: 56.25em) {
      .blobs__blob2 {
        position: absolute;
        top: 210rem;
        left: 1rem;
        right: 0rem; } }
  .blobs__blob3 {
    opacity: 70%;
    width: 100%;
    position: absolute;
    top: 376rem;
    animation: blob 7s ease-in-out;
    animation-iteration-count: infinite;
    left: 15rem;
    display: none; }
    @media (max-width: 26.5em) {
      .blobs__blob3 {
        opacity: 70%;
        width: 87%;
        position: absolute;
        top: 79rem;
        animation: blob 7s ease-in-out;
        animation-iteration-count: infinite;
        left: 1rem; } }

.myblob {
  z-index: -5;
  position: absolute;
  top: 2rem;
  right: 8rem;
  opacity: 20%;
  animation: blob 7s ease-in-out;
  animation-iteration-count: infinite;
  width: 72%; }
  @media (max-width: 56.25em) {
    .myblob {
      top: 10rem; } }
  @media (max-width: 26.5em) {
    .myblob {
      top: 11rem;
      right: 1rem;
      opacity: 12%;
      width: 100%; } }

.cubes {
  position: relative;
  transition: 5s ease-out;
  z-index: 5rem;
  top: 200rem; }
  @media (max-width: 26.5em) {
    .cubes {
      transform: translateY(-50rem);
      padding: auto 3rem;
      width: 80%;
      height: 80%; } }
  .cubes__cube1 {
    width: 5rem;
    height: 5rem;
    transition: 5s ease-out;
    background-image: linear-gradient(#667eeabe, #764ba2b4);
    transform: rotate(69deg);
    position: absolute;
    box-shadow: 0.2rem 0.1rem 1rem grey;
    top: -70vh;
    left: -8%; }
    @media (max-width: 26.5em) {
      .cubes__cube1 {
        top: 690vh;
        left: -25%; } }
    .cubes__cube1:hover {
      transform: translate(8rem, 5rem); }
  .cubes__cube2 {
    width: 4rem;
    height: 4rem;
    transition: 5s ease-out;
    background-image: linear-gradient(#667eeabe, #764ba2b4);
    transform: rotate(103deg);
    position: absolute;
    top: -370vh;
    left: 99%;
    box-shadow: 0.2rem 0.1rem 1rem grey;
    z-index: 7; }
    @media (max-width: 26.5em) {
      .cubes__cube2 {
        top: 800vh;
        left: 12%;
        width: 3rem;
        height: 3rem; } }
    .cubes__cube2:hover {
      transform: translate(8rem, 5rem); }
  .cubes__cube3 {
    width: 3rem;
    height: 3rem;
    transition: 4s ease-out;
    background-image: linear-gradient(#667eeabe, #764ba2b4);
    transform: rotate(23deg);
    position: absolute;
    box-shadow: 0.2rem 0.1rem 1rem grey;
    top: -400vh;
    left: -7%; }
    @media (max-width: 26.5em) {
      .cubes__cube3 {
        top: -31vh;
        left: 7rem; } }
    .cubes__cube3:hover {
      transform: translate(8rem, 5rem); }
  .cubes__cube4 {
    width: 7rem;
    height: 7rem;
    background-image: linear-gradient(#667eeabe, #764ba2b4);
    transform: rotate(60deg);
    position: absolute;
    box-shadow: 0.2rem 0.1rem 1rem grey;
    top: 199vh;
    left: -12%;
    transition: 5s ease-out; }
    @media (max-width: 26.5em) {
      .cubes__cube4 {
        display: none; } }
    .cubes__cube4:hover {
      transform: translate(8rem, 5rem); }
  .cubes__cube5 {
    width: 7rem;
    height: 7rem;
    transition: 6s ease-out;
    background-image: linear-gradient(#667eeabe, #764ba2b4);
    transform: rotate(8deg);
    position: absolute;
    box-shadow: 0.2rem 0.1rem 1rem grey;
    top: 99vh;
    left: 100%; }
    @media (max-width: 26.5em) {
      .cubes__cube5 {
        top: 631vh;
        left: 62%;
        display: none; } }
    .cubes__cube5:hover {
      transform: translate(8rem, 5rem); }

.mynavbar {
  display: flex;
  width: 79%;
  font-size: 1.2rem;
  background-color: transparent;
  margin: 2rem auto;
  align-items: baseline; }
  @media (max-width: 56.25em) {
    .mynavbar {
      display: none; } }
  .mynavbar__list {
    list-style: none;
    display: flex;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    padding: 1rem 0; }
    .mynavbar__list-navbar-item:before {
      content: "";
      position: absolute;
      bottom: 1rem;
      height: 3px;
      width: 3px;
      background-color: #00B300;
      transform: scaleX(0);
      transition: transform 0.2s, width 0.2s cubic-bezier(1, 0, 0, 1) 0.2s, background-color 0.1s; }
    .mynavbar__list-navbar-item:link {
      text-decoration: none;
      margin: 0px 1rem;
      padding: 2rem; }
    .mynavbar__list-navbar-item--1:hover::before {
      transform: scaleX(1);
      width: 3.3rem; }
    .mynavbar__list-navbar-item--2:hover::before {
      transform: scaleX(1);
      width: 5.3rem; }
    .mynavbar__list-navbar-item--3:hover::before {
      transform: scaleX(1);
      width: 4.5rem; }

.logo {
  margin-right: auto;
  font-family: 'Dancing Script', cursive;
  font-size: 2.3rem;
  color: #00B300;
  transition: all .2s ease-in;
  font-weight: 600; }
  .logo:hover {
    text-decoration: none;
    color: #028a02; }

.navbar-item:before {
  content: "";
  position: absolute;
  bottom: 0.85rem;
  height: 3px;
  width: 3px;
  background-color: #00B300;
  transform: scaleX(0);
  transition: transform 0.2s, width 0.2s cubic-bezier(1, 0, 0, 1) 0.2s, background-color 0.1s; }

.navbar-item:link {
  text-decoration: none;
  margin: 0px 1rem;
  padding: 2rem; }

.navbar-item--1:hover::before {
  transform: scaleX(1);
  width: 3.3rem; }

.navbar-item--2:hover::before {
  transform: scaleX(1);
  width: 5.3rem; }

.navbar-item--3:hover::before {
  transform: scaleX(1);
  width: 4.5rem; }

.nav-myblog {
  background-color: #3490de;
  display: inline-block;
  border-radius: 5px;
  transition: all .2s ease-out;
  color: white;
  padding: 4px 13px;
  margin-left: 2rem;
  margin-right: 1rem; }
  .nav-myblog:hover {
    color: white;
    transform: translateY(-0.1rem);
    box-shadow: 0 .1rem .7rem #aaa;
    text-decoration: none; }

.c-nav {
  display: none; }
  @media (max-width: 56.25em) {
    .c-nav {
      display: block; }
      .c-nav__checkbox {
        display: none; }
      .c-nav__button {
        background-color: white;
        height: 5rem;
        width: 5rem;
        position: fixed;
        top: 4rem;
        right: 4rem;
        border-radius: 50%;
        z-index: 102;
        box-shadow: 0 .2rem .5rem #111;
        text-align: center;
        cursor: pointer; } }
    @media (max-width: 56.25em) and (max-width: 26.5em) {
      .c-nav__button {
        top: 3rem;
        right: 3rem;
        height: 4rem;
        width: 4rem; } }
  @media (max-width: 56.25em) {
      .c-nav__background {
        top: 4.5rem;
        right: 4.5rem;
        border-radius: 50%;
        position: fixed;
        width: 3rem;
        height: 3rem;
        background-image: radial-gradient(#8d2de2, #4b00e0);
        z-index: 100;
        transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); } }
    @media (max-width: 56.25em) and (max-width: 26.5em) {
      .c-nav__background {
        top: 3.5rem;
        right: 3.5rem; } }
  @media (max-width: 56.25em) {
      .c-nav__nav {
        height: 100vh;
        width: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 101;
        opacity: 0;
        visibility: hidden;
        transition: all .8s; }
      .c-nav__item {
        margin: .7rem;
        display: block; } }
    @media (max-width: 56.25em) and (max-width: 26.5em) {
      .c-nav__item {
        margin: none;
        padding: none;
        width: 100%; } }
  @media (max-width: 56.25em) {
      .c-nav__list {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        list-style: none;
        text-align: center;
        width: 100%;
        height: fit-content; } }
    @media (max-width: 56.25em) and (max-width: 26.5em) {
      .c-nav__list {
        margin-bottom: 2rem; } }
  @media (max-width: 56.25em) {
      .c-nav__link:link, .c-nav__link:visited {
        font-size: 2rem;
        font-weight: 300;
        padding: 1rem 2rem;
        color: white;
        text-decoration: none;
        text-transform: uppercase;
        background-image: linear-gradient(120deg, transparent 50%, white 50%);
        background-size: 230%;
        transition: all .4s;
        display: inline-block; } }
    @media (max-width: 56.25em) and (max-width: 26.5em) {
      .c-nav__link:link, .c-nav__link:visited {
        padding: none;
        background-size: 300%;
        font-size: 1.3rem;
        width: 120%; } }
  @media (max-width: 56.25em) {
        .c-nav__link:link span, .c-nav__link:visited span {
          margin-right: 1.5rem;
          display: inline-block; } }
      @media (max-width: 56.25em) and (max-width: 26.5em) {
        .c-nav__link:link span, .c-nav__link:visited span {
          display: none; } }
  @media (max-width: 56.25em) {
      .c-nav__link:hover, .c-nav__link:active {
        background-position: 100%;
        color: #00b4db;
        transform: translateX(1rem); }
      .c-nav__checkbox:checked ~ .c-nav__background {
        transform: scale(80); }
      .c-nav__checkbox:checked ~ .c-nav__nav {
        width: 100%;
        opacity: 1;
        visibility: visible; }
      .c-nav__icon {
        position: relative;
        margin-top: 2.5rem; }
        .c-nav__icon {
          width: 2rem;
          height: .16rem;
          background-color: #505050;
          display: inline-block; } }
      @media (max-width: 56.25em) and (max-width: 26.5em) {
        .c-nav__icon {
          height: .12rem;
          top: -0.45rem;
          width: 2rem; } }
  @media (max-width: 56.25em) {
        .c-nav__icon::before, .c-nav__icon::after {
          width: 2rem;
          height: .14rem;
          background-color: #505050;
          display: inline-block; } }
      @media (max-width: 56.25em) and (max-width: 26.5em) {
        .c-nav__icon::before, .c-nav__icon::after {
          width: 2rem; } }
  @media (max-width: 56.25em) {
        .c-nav__icon::before, .c-nav__icon::after {
          content: "";
          position: absolute;
          left: 0;
          transition: all .2s; }
        .c-nav__icon::before {
          top: -.6rem; }
        .c-nav__icon::after {
          top: .6rem; }
      .c-nav__checkbox:checked + .c-nav__button .c-nav__icon {
        background-color: transparent; }
      .c-nav__checkbox:checked + .c-nav__button .c-nav__icon::after {
        top: 0;
        transform: rotate(135deg); }
      .c-nav__checkbox:checked + .c-nav__button .c-nav__icon::before {
        top: 0;
        transform: rotate(-135deg); } }

.drop-bg {
  transform: scale(1) !important; }

.close-nav {
  width: 0 !important;
  opacity: 0 !important;
  visibility: hidden !important; }

.projects {
  width: 100%;
  position: relative;
  display: none; }
  @media (max-width: 56.25em) {
    .projects {
      display: none;
      flex-wrap: wrap; } }
  @media (max-width: 26.5em) {
    .projects {
      margin: auto 0;
      display: flex;
      flex-wrap: wrap;
      display: none; } }
  .projects__link:hover {
    text-decoration: none; }
  .projects__faceapp {
    margin-right: 7rem;
    border-radius: .5rem;
    background-size: cover;
    width: 17rem;
    height: 25rem;
    padding: 2rem;
    border: 1px solid blueviolet;
    box-shadow: 11px -7px 8px #aaaaaa;
    transition: all .2s ease-in-out;
    background-image: linear-gradient(#8d2de277, #4b00e08f), url("../static/images/ai2.jpg"); }
    @media (max-width: 26.5em) {
      .projects__faceapp {
        display: none;
        margin-bottom: 4rem; } }
    .projects__faceapp--title {
      color: white;
      margin-bottom: 15rem;
      text-decoration: none;
      font-size: 1.2rem; }
    .projects__faceapp--description {
      color: white; }
    .projects__faceapp:hover {
      transform: translateY(-0.7rem) scale(1.015);
      box-shadow: 12px 20px 8px #aaaaaa; }
  .projects__newsapp {
    position: relative;
    margin-right: 7rem;
    background-color: white;
    border-radius: .5rem;
    background-size: cover;
    width: 17rem;
    height: 25rem;
    padding: 2rem;
    border: 1px solid blueviolet;
    box-shadow: 11px -7px 8px #aaaaaa;
    background-image: linear-gradient(#8d2de265, #4b00e06b), url(../static/images/robot.jpg);
    transition: all .2s ease-in-out; }
    @media (max-width: 26.5em) {
      .projects__newsapp {
        margin-bottom: 4rem; } }
    .projects__newsapp--title {
      color: white;
      position: relative;
      margin-bottom: 11rem;
      font-size: 1.2rem; }
    .projects__newsapp--description {
      color: white;
      position: relative;
      top: 3rem; }
    .projects__newsapp:hover {
      transform: translateY(-0.7rem) scale(1.015); }
  .projects__dictapp {
    position: relative;
    margin-right: 7rem;
    border-radius: .5rem;
    background-size: cover;
    width: 17rem;
    height: 25rem;
    padding: 2rem;
    border: 1px solid blueviolet;
    transition: all .2s ease-in;
    box-shadow: 11px -7px 8px #aaaaaa;
    background-image: linear-gradient(#8d2de265, #4b00e06b), url(../static/images/dictionary.jpg); }
    @media (max-width: 26.5em) {
      .projects__dictapp {
        margin-bottom: 4rem; } }
    .projects__dictapp--title {
      color: white;
      margin-bottom: 15rem;
      font-size: 1.2rem; }
    .projects__dictapp--description {
      color: white; }
    .projects__dictapp:hover {
      transform: translateY(-0.7rem) scale(1.015); }
  .projects__drumapp {
    position: relative;
    margin-right: 7rem;
    border-radius: .5rem;
    background-size: cover;
    width: 17rem;
    height: 25rem;
    padding: 2rem;
    border: 1px solid blueviolet;
    transition: all .2s ease-in;
    box-shadow: 11px -7px 8px #aaaaaa;
    background-image: linear-gradient(#8d2de265, #4b00e06b), url(../static/drum-kit/images/tom1.png); }
    @media (max-width: 26.5em) {
      .projects__drumapp {
        margin-bottom: 4rem; } }
    .projects__drumapp--title {
      color: white;
      margin-bottom: 15rem;
      font-size: 1.2rem; }
    .projects__drumapp--description {
      color: white; }
    .projects__drumapp:hover {
      transform: translateY(-0.7rem) scale(1.015); }

.card {
  perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  margin-bottom: 3rem;
  margin-right: 3rem;
  height: 25rem;
  width: 17rem;
  background-color: transparent !important;
  display: -ms-flexbox;
  display: inline-block;
  -ms-flex-direction: column;
  border: 0.1px solid rgba(238, 238, 238, 0) !important;
  margin-top: 3rem; }
  .card__side {
    height: 25rem;
    width: 17rem;
    transition: all .8s ease;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 11px -7px 8px #aaaaaa; }
    .card__side--front-1 {
      background-image: linear-gradient(#8d2de265, #4b00e06b), url("../static/images/ai2.jpg");
      border: 1px solid blueviolet; }
    .card__side--front-2 {
      background-image: linear-gradient(#8d2de265, #4b00e06b), url(../static/images/dictionary.jpg);
      border: 1px solid blueviolet; }
    .card__side--front-3 {
      background-image: linear-gradient(#8d2de265, #4b00e06b), url(../static/drum-kit/images/tom1.png);
      border: 1px solid blueviolet; }
    .card__side--front-4 {
      background-image: linear-gradient(#8d2de265, #4b00e06b), url(../static/images/robot.jpg);
      border: 1px solid blueviolet; }
    .card__side--front-5 {
      background-image: linear-gradient(#8d2de265, #4b00e06b), url(../static/images/simon-game.jfif);
      border: 1px solid blueviolet; }
    .card__side--back {
      transform: rotateY(-180deg); }
      .card__side--back-1 {
        background-image: linear-gradient(#8d2de2, #4b00e0); }
    .card__side-btn {
      width: 7rem;
      text-decoration: none;
      display: inline-block;
      padding: .4rem .6rem;
      border-radius: .03rem;
      font-size: 1.3rem;
      text-align: center;
      font-weight: 300;
      position: absolute;
      bottom: 5rem;
      left: 5rem;
      border: 3px solid #3490de;
      border-radius: 7px;
      color: white;
      transition: all .2s; }
      .card__side-btn > a {
        color: white; }
        .card__side-btn > a:hover {
          color: #e0e0e0; }
      .card__side-btn:hover {
        transform: scale(1.05); }
    .card__side-description {
      color: white;
      margin-bottom: 9rem;
      padding: 2rem 1rem; }
  .card:hover .card__side--front {
    transform: rotateY(180deg); }
  .card:hover .card__side--back {
    transform: rotateY(0deg); }
  .card__header {
    color: white;
    margin-bottom: 15rem;
    font-size: 1.2rem;
    padding: 2rem; }
  .card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center; }

.mycards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }

.designs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .designs__img {
    height: auto;
    outline-offset: .7rem;
    box-shadow: 0 1rem 3rem #777;
    border-radius: .5rem;
    transition: all .3s; }
    @media (max-width: 26.5em) {
      .designs__img {
        width: 100%;
        max-width: 50%;
        height: auto; } }
    .designs__img--1 {
      width: 30%;
      transform: rotate(-10deg); }
      @media (max-width: 56.25em) {
        .designs__img--1 {
          width: 50%; } }
      .designs__img--1:hover {
        transform: scale(1.4) rotate(-10deg);
        z-index: 1; }
        @media (max-width: 56.25em) {
          .designs__img--1:hover {
            outline: none;
            transform: scale(1.4) translateX(4rem) rotate(0deg);
            z-index: 1; } }
        @media (max-width: 26.5em) {
          .designs__img--1:hover {
            outline: none;
            transform: scale(1.5) translateX(1.7rem) rotate(0deg);
            z-index: 1; } }
    .designs__img--2 {
      width: 34%;
      transform: rotate(0deg); }
      @media (max-width: 56.25em) {
        .designs__img--2 {
          width: 50%; } }
      .designs__img--2:hover {
        transform: scale(1.4);
        z-index: 1; }
        @media (max-width: 56.25em) {
          .designs__img--2:hover {
            outline: none;
            transform: scale(1.4) translateX(-4rem) rotate(0deg);
            z-index: 1; } }
        @media (max-width: 26.5em) {
          .designs__img--2:hover {
            outline: none;
            transform: scale(1.5) translateX(-2rem) rotate(0deg);
            z-index: 1; } }
    .designs__img--3 {
      width: 34%;
      transform: rotate(10deg); }
      @media (max-width: 56.25em) {
        .designs__img--3 {
          width: 50%; } }
      .designs__img--3:hover {
        transform: scale(1.4) rotate(10deg);
        z-index: 1; }
        @media (max-width: 56.25em) {
          .designs__img--3:hover {
            outline: none;
            transform: scale(1.4) translateX(4rem) rotate(0deg);
            z-index: 1; } }
        @media (max-width: 26.5em) {
          .designs__img--3:hover {
            outline: none;
            transform: scale(1.5) translateX(2rem) rotate(0deg);
            z-index: 1; } }
    .designs__img--4 {
      width: 30%;
      transform: rotate(-10deg); }
      @media (max-width: 56.25em) {
        .designs__img--4 {
          width: 50%; } }
      .designs__img--4:hover {
        transform: scale(1.4) rotate(-10deg);
        z-index: 1; }
        @media (max-width: 56.25em) {
          .designs__img--4:hover {
            outline: none;
            transform: scale(1.4) translateX(-4rem) rotate(0deg);
            z-index: 1; } }
        @media (max-width: 26.5em) {
          .designs__img--4:hover {
            outline: none;
            transform: scale(1.5) translateX(-2rem) rotate(0deg);
            z-index: 1; } }
    .designs__img--5 {
      width: 30%;
      transform: rotate(10deg); }
      @media (max-width: 56.25em) {
        .designs__img--5 {
          width: 50%; } }
      .designs__img--5:hover {
        transform: scale(1.4) rotate(10deg) rotate(0deg);
        z-index: 1; }
        @media (max-width: 56.25em) {
          .designs__img--5:hover {
            outline: none;
            transform: scale(1.8);
            z-index: 1; } }

@media (max-width: 26.5em) {
  .mlx {
    font-size: 70%; } }

.ai {
  width: 100%; }
  .ai-header {
    color: #10ac10;
    font-size: 3.7rem;
    margin-top: 9rem;
    margin-bottom: 2rem; }
    @media (max-width: 26.5em) {
      .ai-header {
        margin-top: 10rem; } }
  .ai-para {
    margin-bottom: 7rem; }
  .ai__model {
    border: 1px solid #999;
    border-radius: .7rem;
    position: relative;
    padding: 2rem;
    margin-bottom: 5rem;
    height: 100%;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 26.5em) {
      .ai__model {
        padding: .1rem; } }
    .ai__model--header {
      display: block;
      text-align: center;
      font-size: 2rem;
      background-image: linear-gradient(rgba(141, 45, 226, 0.7), rgba(75, 0, 224, 0.7));
      color: white;
      border-radius: .7rem;
      padding: 1rem; }
      @media (max-width: 26.5em) {
        .ai__model--header {
          width: 100%;
          padding: .4; } }
    .ai__model--para {
      padding: 1rem; }
      @media (max-width: 26.5em) {
        .ai__model--para {
          padding: .4rem; } }
    .ai__model--1 {
      width: 50%;
      position: relative;
      left: 0;
      top: 6;
      padding: 2rem;
      float: left;
      transition: all .3s ease-out; }
      @media (max-width: 26.5em) {
        .ai__model--1 {
          padding: .7rem;
          padding-top: .9rem; } }
      .ai__model--1:hover {
        transform: scale(1.03); }
      .ai__model--1 a {
        color: black; }
        .ai__model--1 a:hover {
          text-decoration: none;
          color: lightseagreen; }
      .ai__model--1-h {
        display: block;
        text-align: center;
        font-size: 1.3rem;
        background-image: linear-gradient(rgba(141, 45, 226, 0.7), rgba(75, 0, 224, 0.7));
        color: white;
        border-radius: .7rem;
        padding: 1rem;
        transition: all .2s ease-in; }
      .ai__model--1-p {
        padding: 1rem; }
        @media (max-width: 26.5em) {
          .ai__model--1-p {
            padding: .2rem; } }
    .ai__model--2 {
      width: 50%;
      position: relative;
      margin-left: auto;
      padding: 2rem;
      transition: all .3s ease-out; }
      @media (max-width: 26.5em) {
        .ai__model--2 {
          padding: .7rem;
          padding-top: .9rem; } }
      .ai__model--2:hover {
        transform: scale(1.03); }
      .ai__model--2 a {
        color: black;
        text-decoration: none; }
        .ai__model--2 a:hover {
          text-decoration: none;
          color: lightseagreen; }
      .ai__model--2-h {
        display: block;
        text-align: center;
        font-size: 1.3rem;
        background-image: linear-gradient(rgba(141, 45, 226, 0.7), rgba(75, 0, 224, 0.7));
        color: white;
        border-radius: .7rem;
        padding: 1rem; }
      .ai__model--2-p {
        padding: 1rem; }
        @media (max-width: 26.5em) {
          .ai__model--2-p {
            padding: .2rem; } }

.myrow {
  max-width: 100%;
  margin: 0 auto; }
  .myrow:not(:last-child) {
    margin-bottom: 5rem; }
    @media (max-width: 56.25em) {
      .myrow:not(:last-child) {
        margin-bottom: 3.75rem; } }
    @media (max-width: 26.5em) {
      .myrow:not(:last-child) {
        margin-bottom: 2rem; } }
  @media (max-width: 56.25em) {
    .myrow {
      max-width: 50rem;
      padding: 0 3rem; } }
  @media (max-width: 56.25em) {
    .myrow {
      max-width: 50rem;
      padding: 0 0; } }
  .myrow::after {
    content: "";
    display: table;
    clear: both; }
  .myrow [class^="col-"] {
    float: left; }
    .myrow [class^="col-"]:not(:last-child) {
      margin-right: 3.75rem; }
      @media (max-width: 56.25em) {
        .myrow [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 3.75rem; } }
      @media (max-width: 26.5em) {
        .myrow [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 2rem; } }
    @media (max-width: 56.25em) {
      .myrow [class^="col-"] {
        width: 100% !important; } }
  .myrow .col-1-of-2 {
    width: calc((100% - 3.75rem) / 2); }
  .myrow .col-1-of-3 {
    width: calc((100% - 2 * 3.75rem) / 3); }
  .myrow .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 3.75rem) / 3) + 3.75rem); }
  .myrow .col-1-of-4 {
    width: calc((100% - 3 * 3.75rem) / 4); }
  .myrow .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 3.75rem) / 4) + 3.75rem); }
  .myrow .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 3.75rem) / 4) + 2 * 3.75rem); }

.newsapp-form {
  outline: 0.1rem solid rgba(0, 0, 0, 0.1);
  margin: 5rem auto;
  box-shadow: 0 .5rem 2rem #777;
  padding: 3rem; }
  @media (max-width: 26.5em) {
    .newsapp-form {
      padding: 1rem; } }
  .newsapp-form__result {
    font-size: 2rem;
    color: darkgreen;
    font-weight: 500;
    padding: 1rem; }

.form-container {
  margin: 5rem auto;
  padding: 3rem; }
  @media (max-width: 26.5em) {
    .form-container {
      padding: 1rem; } }

.faceapp-form {
  margin-top: 5rem;
  outline: 0.1rem solid rgba(0, 0, 0, 0.1);
  margin: 5rem auto;
  padding: 3rem;
  width: 100%; }
  @media (max-width: 26.5em) {
    .faceapp-form {
      padding: 0;
      outline: none; } }
  @media (max-width: 56.25em) {
    .faceapp-form ul {
      line-break: anywhere;
      hyphens: auto; } }
  @media (max-width: 26.5em) {
    .faceapp-form ul {
      line-break: anywhere;
      hyphens: auto; } }

.dictapp-form {
  outline: 0.1rem solid rgba(0, 0, 0, 0.1);
  margin: 5rem auto;
  box-shadow: 0 .3rem 1rem #999;
  padding: 3rem; }
  @media (max-width: 26.5em) {
    .dictapp-form {
      padding: 1rem;
      margin-bottom: 2rem;
      padding-bottom: 2rem; } }
  .dictapp-form__input {
    display: block;
    width: 25%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
    @media (max-width: 56.25em) {
      .dictapp-form__input {
        width: 55%; } }
    @media (max-width: 26.5em) {
      .dictapp-form__input {
        width: 65%; } }

.namebox {
  top: 8rem;
  left: 0rem;
  font-size: 1.1rem; }
  @media (max-width: 26.5em) {
    .namebox {
      font-size: 1rem; } }
  .namebox__name {
    font-family: 'Dancing Script', cursive;
    margin: 3rem 0;
    margin-bottom: 1rem;
    color: #10ac10; }
  .namebox__greet {
    margin-bottom: 2rem; }
  .namebox__description {
    margin: 1rem 0;
    margin-top: 2rem;
    margin-bottom: 3rem; }
  .namebox__blog-btn {
    text-decoration: underline;
    display: inline-block;
    padding: .4rem .6rem;
    border-radius: .03rem;
    font-size: 1.3rem;
    text-align: center;
    background-color: #4cb1f5;
    font-weight: 300;
    color: white;
    box-shadow: 0 .3rem .5rem #aaa; }
    .namebox__blog-btn:hover {
      background-color: #4cb1f5;
      transform: translateY(-0.07rem) scale(1.05);
      transition: all .2s;
      font-weight: 300;
      color: white; }

.main {
  margin: auto 9rem;
  position: relative;
  width: 80%;
  display: inline-block;
  max-width: 100%; }
  @media (max-width: 56.25em) {
    .main {
      margin-left: 0;
      display: inline-block;
      width: 100%; } }
  @media (max-width: 26.5em) {
    .main {
      margin-left: .3rem;
      position: relative;
      width: 100%;
      display: inline-block;
      max-width: 100%;
      margin-right: 0;
      overflow-x: hidden; } }

.section-namebox {
  display: block;
  padding: 6rem;
  padding-left: 0; }
  @media (max-width: 56.25em) {
    .section-namebox {
      padding-left: 1rem; } }
  @media (max-width: 26.5em) {
    .section-namebox {
      padding: 1rem; } }

.section-projects {
  padding-left: 0;
  margin-top: 5rem; }
  @media (max-width: 56.25em) {
    .section-projects {
      padding-left: 1rem;
      margin-top: 5rem; } }

.section-ai {
  margin: 7rem auto; }
  @media (max-width: 56.25em) {
    .section-ai {
      padding: .7rem; } }
  @media (max-width: 26.5em) {
    .section-ai {
      margin-top: 0;
      padding: .2rem; } }

.section-about {
  margin: 3rem auto;
  margin-bottom: 10rem; }

.section-designs {
  position: relative;
  margin-bottom: 15rem; }
  @media (max-width: 56.25em) {
    .section-designs {
      position: relative;
      width: 90%;
      margin: 0 auto;
      margin-bottom: 15rem; } }
  @media (max-width: 26.5em) {
    .section-designs {
      margin-bottom: 10rem; } }

.my-footer {
  color: white;
  position: relative;
  background-color: #0f0118;
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  bottom: 0;
  width: 100%;
  height: 20rem;
  padding: 2rem; }
  @media (max-width: 26.5em) {
    .my-footer {
      height: 40rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .my-footer p {
    padding: 1rem; }
    @media (max-width: 26.5em) {
      .my-footer p {
        padding: 0; } }
  .my-footer__list-1 {
    display: inline-block;
    position: absolute;
    top: 14rem;
    left: 4rem;
    text-decoration: none;
    list-style: none;
    border-top: .1rem solid;
    padding-left: 0;
    padding: 0 2.3rem;
    margin-top: .3rem;
    height: 4rem; }
    @media (max-width: 26.5em) {
      .my-footer__list-1 {
        text-decoration: none;
        position: relative;
        top: 0;
        left: 0;
        border-top: .1px solid #aaa;
        height: 4rem;
        padding-top: .7rem; } }
  .my-footer__list-2 {
    display: inline-block;
    position: absolute;
    top: -1rem;
    right: 0rem;
    max-height: 100%;
    text-decoration: none;
    list-style: none;
    padding: 5rem;
    line-height: normal; }
    @media (max-width: 56.25em) {
      .my-footer__list-2 {
        top: 2rem; } }
    @media (max-width: 26.5em) {
      .my-footer__list-2 {
        display: inline-block;
        position: relative;
        max-height: 100%;
        text-decoration: none;
        padding-bottom: 0;
        border-top: 1px solid #aaa;
        padding-top: .7rem;
        margin-bottom: 0; } }
  .my-footer__list-3 {
    display: flex;
    width: 30%;
    justify-content: center; }
    @media (max-width: 56.25em) {
      .my-footer__list-3 {
        display: flex;
        width: 42%;
        /* justify-content: normal; */
        margin-top: 3rem;
        margin-left: 2rem; } }
    @media (max-width: 26.5em) {
      .my-footer__list-3 {
        display: flex;
        width: 100%;
        justify-content: normal;
        margin-top: 2rem;
        margin: 3rem 0rem;
        align-items: center;
        padding-left: 0; } }
  .my-footer .f-item {
    display: inline-block;
    padding: 1rem 1rem;
    float: left; }
    @media (max-width: 26.5em) {
      .my-footer .f-item {
        float: none;
        display: block;
        padding: .3rem 1rem; } }
    .my-footer .f-item-1 {
      margin-bottom: 0; }

.f-icon {
  width: 65%;
  transition: all .3s; }
  @media (max-width: 26.5em) {
    .f-icon {
      width: 80%; } }
  .f-icon:hover {
    transform: scale(1.07); }

.contact-page {
  margin-top: 9rem; }

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .contact__item {
    width: 40%; }
    @media (max-width: 56.25em) {
      .contact__item {
        width: 50%; } }
    @media (max-width: 26.5em) {
      .contact__item {
        width: 45%; } }
    .contact__item > a > img {
      width: 100%; }

.contact-footer {
  width: 100%; }
  .contact-footer__text {
    text-align: center;
    background-color: #1b0431;
    padding: 2rem;
    box-shadow: 0 .7rem 2rem grey;
    display: block;
    color: white; }

.contact-container {
  margin: 0 10rem; }
  @media (max-width: 56.25em) {
    .contact-container {
      margin: 0 5rem; } }
  @media (max-width: 26.5em) {
    .contact-container {
      margin: 0 1.5rem; } }

#level-title {
  font-family: 'Press Start 2P', cursive;
  font-size: 3rem;
  margin: 5%;
  color: #777;
  text-align: center; }
  @media (max-width: 26.5em) {
    #level-title {
      font-size: 1rem;
      margin: 15% 5%; } }

.container {
  display: block;
  width: 50%;
  margin: auto; }

.simon-btn {
  margin: 25px;
  display: inline-block;
  height: 200px;
  width: 200px;
  border: 10px solid black;
  border-radius: 20%;
  cursor: pointer; }
  @media (max-width: 26.5em) {
    .simon-btn {
      margin: 15px;
      height: 80px;
      width: 80px;
      border: 7px solid black; } }

.game-over {
  background-color: red !important;
  opacity: 0.8; }

.red {
  background-color: red; }

.green {
  background-color: green; }

.blue {
  background-color: blue; }

.yellow {
  background-color: yellow; }

.pressed {
  box-shadow: 0 0 20px white;
  background-color: grey; }

.simon-game-bg {
  background-color: #011F3F;
  position: absolute;
  top: -2rem;
  z-index: -5;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover; }

.simon-game-container {
  margin: 10rem auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 56.25em) {
    .simon-game-container {
      width: 100%; } }
  @media (max-width: 26.5em) {
    .simon-game-container {
      width: 100%; } }

.simon-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center; }

.game-btn {
  background-color: purple;
  display: inline-block;
  border-radius: 5px;
  transition: all .2s ease-out;
  color: white;
  padding: 2px 20px;
  margin-left: 2rem;
  margin-right: 1rem;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 4rem; }

.off {
  display: none; }

#title {
  font-size: 5rem;
  color: #dbedf3;
  font-family: "Arvo", cursive;
  text-shadow: 3px 0 #DA0463;
  text-align: center; }

.drum-footer {
  color: #dbedf3;
  font-family: sans-serif;
  text-align: center; }

.text {
  font-size: 1rem;
  text-decoration: none;
  color: #dbedf3;
  margin-top: 2rem;
  text-shadow: 1.5px 0 #DA0463;
  font-family: "Arvo", cursive;
  text-align: center; }

.w {
  background-image: url("drum-kit/images/tom1.png"); }

.a {
  background-image: url("drum-kit/images/tom2.png"); }

.s {
  background-image: url("drum-kit/images/tom3.png"); }

.d {
  background-image: url("drum-kit/images/tom4.png"); }

.j {
  background-image: url("drum-kit/images/snare.png"); }

.k {
  background-image: url("drum-kit/images/crash.png"); }

.l {
  background-image: url("drum-kit/images/kick.png"); }

.set {
  margin: 10% auto; }

.game-over {
  background-color: red;
  opacity: 0.8; }

.pressed {
  box-shadow: 0 3px 4px 0 #DBEDF3;
  opacity: 0.5; }

.red {
  color: red; }

.drum {
  outline: none;
  border: 10px solid #404B69;
  font-size: 5rem;
  font-family: 'Arvo', cursive;
  line-height: 2;
  font-weight: 900;
  color: #DA0463;
  text-shadow: 3px 0 #DBEDF3;
  border-radius: 15px;
  display: inline-block;
  width: 150px;
  height: 150px;
  text-align: center;
  margin: 10px;
  background-color: white; }

.drum-kit-bg {
  background-color: #283149;
  position: absolute;
  top: -2rem;
  z-index: -5;
  width: 100%;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-size: cover; }

.drum-kit-container {
  margin: 10rem auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
