/* ========================================================
   ABOUT ME PAGE
   ======================================================== */


/* ========================================================
   TEXT + IMAGE LAYOUT
   ======================================================== */

.about-me {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;

  width: 100%;

  margin-top: 10px;

  gap: 25px;

  text-align: left;
}


/* ========================================================
   TEXT
   ======================================================== */

.about-text {
  order: 1;

  flex: 1;

  color: #ffffff;
  font-size: 16px;
  text-align: left;
}


/* ========================================================
   HEADINGS
   ======================================================== */

.about-title {
  margin-top: 30px;
  margin-bottom: 30px;

  color: #ffffff;
  font-size: 27px;
}


/* ========================================================
   INFO
   ======================================================== */

.about-text p {
  margin: 10px 0;

  color: #ffffff;
}


/* ========================================================
   MAIN IMAGE
   ======================================================== */

.about-image {
  order: 2;

  flex: 0 0 310px;

  width: 310px;

  text-align: center;
}

.about-image img {
  display: block;

  width: 310px;
  height: auto;

  margin: 0;

  border: 2px solid #000000;
}


/* ========================================================
   GIFS
   ======================================================== */

.side-gif {
  position: absolute;

  top: 55px;
  left: calc(50% + 400px);
}

.side-gif img {
  width: 200px;
  height: auto;
  max-width: 280px;
}
