@charset "UTF-8";
.footer {
  position: relative;
  background-color: #fbd2f6;
  color: #8a4484;
  margin-top: auto;
  padding: 20px 10px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 10px 20px;
  }
}
.footer__content1 {
  display: flex;
  align-items: center;
}
.footer__content1 a {
  display: flex;
  align-items: center;
}
.footer__text {
  display: none;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .footer__text {
    display: block;
    font-size: 23px;
    margin-left: auto;
    margin-right: 50px;
  }
}
.footer__time {
  font-size: 20px;
  margin-left: auto;
}
.footer::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 30px;
  background: inherit;
  filter: blur(10px);
  z-index: -1;
}
.footer .icon {
  width: 30px;
  height: 30px;
  margin-right: 1.5vh;
}
.footer__mute {
  margin-right: 3vh;
  width: 35px;
  height: 35px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 30px;
  border: none;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
}

.global-mute-button {
  width: 33px;
  height: 35px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s ease;
}
.global-mute-button.unmute {
  background-image: url("../../assets/images/icons/play.svg");
}
.global-mute-button.mute {
  background-image: url("../../assets/images/icons/mute.svg");
}

.desktop {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  width: 10%;
  height: 70%;
}

.icon--about, .icon--projects, .icon--me, .icon--paint, .icon--credits, .icon--lovetester, .icon--webcam, .icon--music {
  filter: grayscale(1) contrast(150%);
  width: 80px;
  height: 70px;
  margin: 10px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .icon--about, .icon--projects, .icon--me, .icon--paint, .icon--credits, .icon--lovetester, .icon--webcam, .icon--music {
    height: 80px;
  }
}
.icon--about img, .icon--projects img, .icon--me img, .icon--paint img, .icon--credits img, .icon--lovetester img, .icon--webcam img, .icon--music img {
  width: 45px;
  height: 45px;
}
@media screen and (min-width: 768px) {
  .icon--about img, .icon--projects img, .icon--me img, .icon--paint img, .icon--credits img, .icon--lovetester img, .icon--webcam img, .icon--music img {
    width: 50px;
    height: 50px;
  }
}
.icon--about span, .icon--projects span, .icon--me span, .icon--paint span, .icon--credits span, .icon--lovetester span, .icon--webcam span, .icon--music span {
  margin-top: 5px;
  font-size: 16px;
}
.icon--projects, .icon--lovetester {
  filter: grayscale(0);
}

.window {
  position: absolute;
  width: 600px;
  background-color: #ffffff;
  border: 5px solid #fbd2f6;
  box-shadow: 0px 0px 15px #fbd2f6;
  border-radius: 10px;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.window.active {
  display: block;
}
.window--about .title-bar, .window--projects .title-bar, .window--paint .title-bar, .window--credits .title-bar, .window--lovetester .title-bar, .window--music .title-bar, .window--project-details .title-bar, .window--webcam .title-bar {
  background-color: #fbd2f6;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -1px;
}
.window--about .title-bar .title, .window--projects .title-bar .title, .window--paint .title-bar .title, .window--credits .title-bar .title, .window--lovetester .title-bar .title, .window--music .title-bar .title, .window--project-details .title-bar .title, .window--webcam .title-bar .title {
  font-weight: bold;
}
.window--about .title-bar .title-bar__controls, .window--projects .title-bar .title-bar__controls, .window--paint .title-bar .title-bar__controls, .window--credits .title-bar .title-bar__controls, .window--lovetester .title-bar .title-bar__controls, .window--music .title-bar .title-bar__controls, .window--project-details .title-bar .title-bar__controls, .window--webcam .title-bar .title-bar__controls {
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
}
.window--about .title-bar .title-bar__controls div, .window--projects .title-bar .title-bar__controls div, .window--paint .title-bar .title-bar__controls div, .window--credits .title-bar .title-bar__controls div, .window--lovetester .title-bar .title-bar__controls div, .window--music .title-bar .title-bar__controls div, .window--project-details .title-bar .title-bar__controls div, .window--webcam .title-bar .title-bar__controls div {
  padding: 2px;
  cursor: pointer;
}
.window--about .title-bar .title-bar__controls img, .window--projects .title-bar .title-bar__controls img, .window--paint .title-bar .title-bar__controls img, .window--credits .title-bar .title-bar__controls img, .window--lovetester .title-bar .title-bar__controls img, .window--music .title-bar .title-bar__controls img, .window--project-details .title-bar .title-bar__controls img, .window--webcam .title-bar .title-bar__controls img {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}

.lace-image-container {
  background-image: url("../../assets/images/lace.png");
  background-repeat: repeat-x;
  background-size: auto 60%;
  background-position: top left;
  transform: rotate(0.1deg);
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  height: 50px;
  overflow: hidden;
  top: 35px;
  z-index: 1;
  pointer-events: none;
}

.lace-image {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../../assets/images/lace.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom left;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .window {
    width: 450px;
  }

  .about-section__image img {
    margin: 0%;
    padding: 0%;
    width: 50px;
    height: 50px;
  }

  .about-section__text {
    width: 250px;
  }
}
@media screen and (max-width: 460px) {
  .window {
    width: 340px;
  }

  .about-section__image img {
    display: none;
  }

  .about-section__text {
    width: 250px;
  }

  .about-section-column {
    display: block;
  }
}
.window--music {
  width: 350px;
}
@media screen and (min-width: 768px) {
  .window--music {
    width: 400px;
  }
}
.window--music .content {
  padding-bottom: 3vh;
  padding-top: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.window--music .content .audio-player .audio-title {
  margin-bottom: 0;
  font-size: 22px;
}
.window--music .content .audio-player .audio-sub-title {
  margin-top: 1vh;
  margin-bottom: 40px;
  font-size: 16px;
  color: black;
  font-style: italic;
}
.window--music .content .audio-player .audio-info .audio-image-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0px 0px 150px 70px rgba(251, 210, 246, 0.5);
  overflow: hidden;
}
.window--music .content .audio-player .audio-info .audio-image {
  display: block;
  max-width: 250px;
  filter: grayscale(100%) contrast(100%) brightness(130%);
}
.window--music .content .audio-player .audio-controls .audio-controls__control-buttons {
  margin: 8px auto;
  margin-top: 16px;
  padding: 8px;
  border-radius: 20px;
  background-color: #fef6fd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
}
.window--music .content .audio-player .audio-controls .audio-controls__control-buttons button {
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
.window--music .content .audio-player .audio-controls .audio-controls__pause-icon {
  display: none;
}

.music-section__volume-control {
  position: absolute;
  bottom: 260px;
  transform: rotate(270deg);
  right: -20px;
}
@media screen and (max-width: 768px) {
  .music-section__volume-control {
    display: none;
  }
}
.music-section__volume-control input {
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.music-section__volume-control input::-webkit-slider-runnable-track {
  background-color: #fbd2f6;
  border-radius: 10px;
  height: 10px;
}
.music-section__volume-control input::-moz-range-track {
  background-color: #fbd2f6;
  height: 10px;
}
.music-section__volume-control input::-webkit-slider-thumb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzhBNDQ4NCIgd2lkdGg9IjIzIiBoZWlnaHQ9IjIzIj48cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxMiAxMikiIGQ9Ik0xMiAyMS4zNWwtMS40NS0xLjMyQzUuNCAxNS4zNiAyIDEyLjI4IDIgOC41IDIgNS40MiA0LjQyIDMgNy41IDNjMS43NCAwIDMuNDEuODEgNC41IDIuMDlDMTMuMDkgMy44MSAxNC43NiAzIDE2LjUgMyAxOS41OCAzIDIyIDUuNDIgMjIgOC41YzAgMy43OC0zLjQgNi44Ni04LjU1IDExLjU0TDEyIDIxLjM1eiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  box-shadow: none;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  -webkit-appearance: none;
          appearance: none;
  margin-top: -7px;
}
.music-section__volume-control input::-moz-range-thumb {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0iIzhBNDQ4NCIgd2lkdGg9IjIzIiBoZWlnaHQ9IjIzIj48cGF0aCB0cmFuc2Zvcm09InJvdGF0ZSg5MCAxMiAxMikiIGQ9Ik0xMiAyMS4zNWwtMS40NS0xLjMyQzUuNCAxNS4zNiAyIDEyLjI4IDIgOC41IDIgNS40MiA0LjQyIDMgNy41IDNjMS43NCAwIDMuNDEuODEgNC41IDIuMDlDMTMuMDkgMy44MSAxNC43NiAzIDE2LjUgMyAxOS41OCAzIDIyIDUuNDIgMjIgOC41YzAgMy43OC0zLjQgNi44Ni04LjU1IDExLjU0TDEyIDIxLjM1eiIvPjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  box-shadow: none;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  transform: scale(3);
  margin-top: -7px;
}

.audio-controls__progress-bar {
  margin: 8px auto;
  margin-top: 16px;
  width: 250px;
  height: 10px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.audio-controls__progress-bar::-webkit-progress-bar {
  background-color: #fef6fd;
  border: 1px solid #fbd2f6;
}
.audio-controls__progress-bar::-webkit-progress-value {
  background-color: #fbd2f6;
}

.audio-controls__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.audio-controls__toggle img {
  width: 29px;
  height: 29px;
  margin: auto;
}

.audio-controls__toggle .audio-controls__pause-icon img {
  display: flex;
  align-items: center;
}

.audio-controls__next-button img,
.audio-controls__prev-button img {
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
}

.window--me {
  z-index: 1;
}
.window--me .title-bar {
  background-color: #fbd2f6;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: -2px;
}
.window--me .title-bar .title-bar__controls {
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
}
.window--me .title-bar .title-bar__controls div {
  padding: 2px;
  cursor: pointer;
}
.window--me .title-bar .title-bar__controls img {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
}
.window--me .content--me {
  padding: 10px;
  padding-top: 5vh;
  padding-bottom: 3vh;
}
.window--me .content--me__paragraph {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  max-width: 350px;
  font-size: 19px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .window--me .content--me__paragraph {
    font-size: 23px;
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }
}
.window--me .content--me__paragraph--large {
  font-size: 25px;
  padding: 10px;
  text-align: center;
  max-width: 900px;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .window--me .content--me__paragraph--large {
    font-size: 32px;
  }
}
.window--me .content--me__image {
  margin: 0 auto;
  margin-top: 2vh;
  margin-bottom: 1vh;
  display: none;
}
@media screen and (min-width: 768px) {
  .window--me .content--me__image {
    display: flex;
  }
}
.window--me .content--me__image img {
  max-width: 50%;
  height: auto;
}

.window--about .about-content {
  padding: 20px;
  margin-top: 7vh;
}
.window--about .about-content .about-section .about-section__title {
  font-size: 23px;
  margin: 0%;
  padding: 0%;
}
@media screen and (min-width: 768px) {
  .window--about .about-content .about-section .about-section__title {
    font-size: 32px;
  }
}
.window--about .about-content .about-section .about-section__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.window--about .about-content .about-section .about-section__content .about-section__text {
  flex: 1;
  margin-right: 20px;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .window--about .about-content .about-section .about-section__content .about-section__text {
    max-width: 350px;
  }
}
.window--about .about-content .about-section .about-section__content .about-section__text--vague {
  margin: 0%;
}
.window--about .about-content .about-section .about-section__content .about-section__text--abtme1 {
  margin: 0%;
  margin-top: 32px;
}
.window--about .about-content .about-section .about-section__content .about-section__text--abtme2 {
  margin: 0%;
  margin-top: 8px;
  margin-bottom: 32px;
}
.window--about .about-content .about-section .about-section__content .about-section__image {
  display: none;
}
@media screen and (min-width: 768px) {
  .window--about .about-content .about-section .about-section__content .about-section__image {
    display: block;
  }
}
.window--about .about-content .about-section .about-section__content .about-section__image img {
  position: absolute;
  right: -40px;
  top: 130px;
  height: 300px;
  box-shadow: 0px 0px 15px #fbd2f6;
  border-radius: 5px;
}
.window--about .about-content .about-section .about-section__columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .window--about .about-content .about-section .about-section__columns {
    max-width: 380px;
  }
}
.window--about .about-content .about-section .about-section__columns .about-column .about-column__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.window--about .about-content .about-section .about-section__columns .about-column .about-column__list .about-column__item {
  display: inline-block;
  margin: 5px 10px;
}

.about-column__title {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 23px;
}

.skillstext {
  font-size: 16px;
  color: rgb(0, 0, 0);
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.skillstext::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -10px;
  right: -10px;
  background: #fbd2f6;
  z-index: -1;
}

.skillstext::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: -6px;
  right: -6px;
  background: #fbd2f6;
  z-index: -1;
}

.skillstext {
  padding: 5px 10px;
  position: relative;
  background: #fbd2f6;
  width: auto;
  z-index: 2;
  border: #fbd2f6;
}

.window--projects {
  width: 316px;
}
@media (min-width: 768px) {
  .window--projects {
    width: 540px;
  }
}
.window--projects .content {
  padding: 8px 8px 16px;
  margin-top: 4vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 20px;
}
.window--projects .content .project-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.window--projects .content .project {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100px;
  cursor: pointer;
}
.window--projects .content img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}
.window--projects .content span {
  font-size: 12px;
}

.window--project-details {
  position: absolute;
  background-color: #ffffff;
  border: 5px solid #fbd2f6;
  box-shadow: 0 0 15px #fbd2f6;
  border-radius: 5px;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.window--project-details .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 16px;
  margin-top: 2vh;
}
@media (min-width: 768px) {
  .window--project-details .content {
    padding: 32px;
  }
}
.window--project-details .content .project-details-content__header {
  padding-top: 16px;
}
.window--project-details .content .project-details-content__title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .window--project-details .content .project-details-content__title {
    margin: 0;
  }
}
.window--project-details .content .project-details-content__text {
  max-width: 800px;
  margin: 0;
}
@media (min-width: 768px) {
  .window--project-details .content .project-details-content__text {
    margin: 8px 0 16px;
  }
}
.window--project-details .content .project-details-content__vague {
  display: none;
  width: 100%;
  height: 20px;
  background-image: url("./assets/images/pailettes.svg");
  background-repeat: repeat;
  background-size: contain;
  overflow: hidden;
}
@media (min-width: 768px) {
  .window--project-details .content .project-details-content__vague {
    display: block;
  }
}
.window--project-details .content .project-details-content__image {
  display: none;
}
@media (min-width: 768px) {
  .window--project-details .content .project-details-content__image {
    display: block;
    width: 100%;
    margin: 8px auto 0;
    padding-bottom: 8px;
  }
  .window--project-details .content .project-details-content__image img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.window--project-details .content .project-details-content__button {
  cursor: pointer;
  font-family: "lores-12", sans-serif;
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 10px auto;
  padding: 10px 15px;
  font-style: oblique;
  color: #8a4484;
  border: 4px double #fbd2f6;
  text-shadow: 0px 5px 5px #fbd2f6;
  background-color: transparent;
  width: 230px;
  text-decoration: none;
}
.window--project-details .content .project-details-content__feature-column .project-details-content__feature-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 32px;
}
.window--project-details .content .project-details-content__feature-column .project-details-content__feature-list .project-details-content__feature-item {
  display: inline-block;
  margin: 5px 15px;
}

.window--paint {
  width: 350px;
  background-color: #fef6fd;
}
.window--paint .content {
  max-width: 300px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.window--paint .content .window--paint_controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.window--paint .content .window--paint_controls .color-button {
  margin-right: 5px;
}
.window--paint .content .save-button {
  font-family: "lores-12", sans-serif;
}

.color-button {
  width: 30px;
  height: 30px;
  border: none;
  margin: 0px;
}

.blackButton {
  background-color: #000000;
}

.greyButton {
  background-color: #808080;
}

.pinkButton {
  background-color: #fbd2f6;
}

.container {
  margin: 50px;
  display: block;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.paintCanvas {
  background-color: #ffffff;
  border: 1px solid #fbd2f6;
  margin-bottom: 20px;
}

.pixelbutton {
  font-size: 16px;
  color: rgb(0, 0, 0);
  height: auto;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pixelbutton:active {
  top: 2px;
}

.pixelbutton::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: -10px;
  right: -10px;
  background: #fbd2f6;
  z-index: -1;
}

.pixelbutton::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: -6px;
  right: -6px;
  background: #fbd2f6;
  z-index: -1;
}

.pixelbutton {
  padding: 5px 10px;
  position: relative;
  background: #fbd2f6;
  width: auto;
  z-index: 2;
  border: #fbd2f6;
}

.window--credits {
  line-height: 180%;
  height: auto;
}
.window--credits .content {
  margin: 3vh;
  padding-top: 2vh;
  display: block;
}
.window--credits .content--credits__paragraph {
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.window--credits .content--credits__paragraph::before {
  content: "♡‧₊˚";
  font-weight: normal;
  color: inherit;
  flex-shrink: 0;
  width: auto;
}

@media (max-width: 768px) {
  .content--credits__paragraph {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
.link {
  color: #8A4484;
}

.love-test__title {
  font-size: 25px;
  padding: 0 20px;
  margin-top: 7vh;
  margin-bottom: 2vh;
  margin-left: 1vh;
}
@media (min-width: 500px) {
  .love-test__title {
    margin-left: 0;
    margin-bottom: 0vh;
  }
}
.love-test__container {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-bottom: 0;
}
@media (min-width: 500px) {
  .love-test__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: auto;
    max-width: 100%;
  }
}
.love-test__inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 300px;
  gap: 2vh;
  padding-bottom: 2vh;
}
.love-test__input {
  font-family: "lores-12", sans-serif;
  padding: 1.5vh 2vh;
  border: 1px solid rgba(255, 172, 245, 0.2039215686);
  font-size: 1rem;
  outline: none;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 8px;
}
@media (min-width: 500px) {
  .love-test__input {
    width: 100%;
  }
}
.love-test__input:focus {
  border-color: #ffacf5;
}
.love-test__button {
  font-family: "Pinyon Script", serif;
  font-size: 25px;
  background: radial-gradient(circle, #ffacf5 10%, rgba(251, 210, 246, 0) 90%);
  margin-top: 1vh;
  color: #ffffff;
  border: none;
  cursor: pointer;
  padding: 3vh 7vh;
  text-shadow: #ffffff 0px 0px 4px;
  width: 100%;
  border: 5px double rgba(255, 172, 245, 0.2039215686);
  white-space: nowrap;
}
.love-test__button .button-image {
  max-height: 32px;
  margin: 0 8px;
}
.love-test__button:hover {
  background: radial-gradient(circle, #ff83f1 20%, rgba(251, 210, 246, 0) 90%);
}
.love-test__results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 500px) {
  .love-test__results {
    justify-content: center;
    margin: 0 10px;
  }
}
.love-test__heart {
  position: relative;
  width: 150px;
  height: 150px;
}
.love-test__heart svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.love-test__result {
  font-size: 1.2rem;
  color: black;
  text-align: center;
  max-height: 1.5em;
  height: 2rem;
}
.love-test__percentage {
  height: 20px;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #ff8df2;
  text-align: center;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.love-test__message {
  height: 20px;
  margin: 0;
  font-size: 1.2rem;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease-in-out 0.5s, transform 0.5s ease-in-out 0.5s;
}
.love-test__results.visible .love-test__percentage,
.love-test__results.visible .love-test__message {
  opacity: 1;
  transform: translateY(0);
}

.heart-outline {
  opacity: 0.3;
  filter: blur(3px);
}
.heart-fill {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: -webkit-clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
}

.window--lovetester {
  background: radial-gradient(circle, #fff6fe, white);
}

.webcam__container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  overflow: hidden;
}
.webcam__container .webcam__video {
  display: none;
}
.webcam__container .webcam__canvas {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #ff69ee;
}
.webcam__container .webcam__container-buttons {
  position: absolute;
  bottom: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0px;
}
.webcam__container .webcam__button {
  font-family: "Pinyon Script", serif;
  letter-spacing: 2px;
  font-size: 25px;
  padding: 10px 20px;
  background-color: #ffb6f7;
  color: #ffffff;
  border: none;
  box-shadow: 0 0 15px #ffb6f7;
  text-shadow: #ffffff 0px 0px 4px;
  cursor: pointer;
  flex: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.webcam__container .webcam__button:disabled {
  background-color: #ff69ee;
  cursor: not-allowed;
}

* {
  cursor: url(https://cur.cursors-4u.net/smilies/smi-3/smi268.ani), url(https://cur.cursors-4u.net/smilies/smi-3/smi268.gif), auto !important;
}

html,
body {
  background-color: #000000;
  height: 100%;
  margin: 0;
  font-family: "lores-12", sans-serif;
  line-height: 150%;
  overflow: hidden;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  background-image: url(../assets/images/Loizo_pixel.svg), url(../assets/images/backgroundmobile.svg);
  background-size: 40% auto, auto;
  background-repeat: no-repeat, repeat-x;
  background-position: center, center;
}

@media (min-width: 1000px) {
  body {
    background-image: url(../assets/images/Loizo_pixel.svg), url(../assets/images/background.svg);
  }
}
.header {
  text-align: center;
}

.content {
  flex: 1;
}

.deco-centred {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  font-size: 12px;
}

.bold {
  font-weight: bold;
}

* {
  cursor: url(https://cur.cursors-4u.net/smilies/smi-3/smi268.ani), url(https://cur.cursors-4u.net/smilies/smi-3/smi268.gif), auto !important;
}

.link {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
  -webkit-text-decoration-color: #000000;
          text-decoration-color: #000000;
}

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