/* this css may be a bit confusing sorry! im learning sass :3 */
@font-face {
  font-family: "Windows";
  src: url("../assets/fonts/windows.ttf");
}
:root {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Windows";
  --details-mult: 2;
  --bg-white: #fdfbff;
  --bg-color: #d7cfe0;
  --bg-color-dark: #b5abc1;
  --bg-color-light: #e1dde6;
  --bg-dark: #221231;
  --bg-dark-light: #6c6275;
  font-size: 20px;
  --mwp: 30px;
  --mwpc: calc(var(--mwp) * var(--details-mult) / 3);
  --mwpct: calc( (-1 * var(--mwpc)) + var(--details-mult) * 2px);
  --border1:

  inset calc(-1px * var(--details-mult)) calc(-1px * var(--details-mult)) var(--bg-dark),
  inset calc(1px * var(--details-mult)) calc(1px * var(--details-mult)) var(--bg-color-light),
  inset calc(-2px * var(--details-mult)) calc(-2px * var(--details-mult)) var(--bg-dark-light),
  inset calc(2px * var(--details-mult)) calc(2px * var(--details-mult)) var(--bg-white);
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: repeating-conic-gradient(#938e98 0% 25%, #b3afb6 0% 50%);
  background-position: 0 0, 16px 16px;
  background-size: 32px 32px;
  background-color: #b3afb6;
  margin: 0;
  padding: 2rem;
}

/*
i used this pic for reference ;3
https://guidebookgallery.org/pics/gui/applications/office/calculator/win98.png
*/
.main-window {
  background-color: var(--bg-color);
  padding: var(--mwpc);
  box-shadow: var(--border1);
}
.main-window p {
  overflow-wrap: break-word;
}
.main-window .wintitle-bar {
  background: #93329c;
  background: linear-gradient(90deg, #93329c 0%, #c57ccc 100%);
  margin: 0;
  position: relative;
  top: var(--mwpct);
  left: var(--mwpct);
  height: calc(1em * (var(--details-mult)));
  width: calc(100% + -2 * var(--mwpct));
  padding-left: 10px;
  font-weight: bold;
  color: var(--bg-white);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.main-window * {
  margin: 0;
}

.a-style1 {
  box-shadow: var(--border1);
  padding: calc(var(--mwp) / 2);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: var(--bg-color);
  text-decoration: none;
  text-align: center;
}
.a-style1:visited {
  color: black;
}
.a-style1:hover {
  filter: brightness(105%);
}
.a-style1:active {
  background-color: var(--bg-color-dark);
}

/* --------------------------- */
.debug-showbg {
  outline: 4px dashed white;
  border: 2px solid white;
  background-image: repeating-conic-gradient(#2a252e 0% 25%, #342f38 0% 50%);
  background-position: 0 0, 16px 16px;
  background-size: 32px 32px;
  background-color: #342f38;
}

.adjust-maxheight {
  height: calc(100% - var(--mwp) * var(--details-mult));
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.pixel16 {
  width: 24px;
  height: 24px;
  image-rendering: pixelated;
}

.border1 {
  border-top: 1px solid var(--bg-dark);
  border-left: 1px solid var(--bg-dark);
  border-right: 1px solid var(--bg-white);
  border-bottom: 1px solid var(--bg-white);
  border-width: calc(1px * var(--details-mult));
}

.nm {
  margin: 0;
}

.np {
  padding: 0;
}

.size50 {
  width: 50px;
  height: 50px;
}

.size100 {
  width: 100px;
  height: 100px;
}

.size150 {
  width: 150px;
  height: 150px;
}

.fitcover {
  -o-object-fit: cover;
     object-fit: cover;
}

.style-flip {
  transform: scaleX(-1);
}

.scale-2 {
  scale: 2;
}

.border-solid {
  outline: 1px solid var(--white1);
}

.pixel-img-base {
  image-rendering: pixelated;
  height: auto;
  width: auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-space-even {
  justify-content: space-evenly;
}

.flex-space-between {
  justify-content: space-between !important;
}

.flex-space-betweenI {
  justify-content: space-between !important;
}

.width-max, .width-100per {
  width: 100%;
}

.height-max, .height-100per {
  height: 100%;
}

.width-auto {
  width: auto;
}

.width-5per {
  width: 5%;
}

.height-5per {
  width: 5%;
}

.width-10per {
  width: 10%;
}

.height-10per {
  width: 10%;
}

.width-15per {
  width: 15%;
}

.height-15per {
  width: 15%;
}

.width-20per {
  width: 20%;
}

.height-20per {
  width: 20%;
}

.width-25per {
  width: 25%;
}

.height-25per {
  width: 25%;
}

.width-30per {
  width: 30%;
}

.height-30per {
  width: 30%;
}

.width-35per {
  width: 35%;
}

.height-35per {
  width: 35%;
}

.width-40per {
  width: 40%;
}

.height-40per {
  width: 40%;
}

.width-45per {
  width: 45%;
}

.height-45per {
  width: 45%;
}

.width-50per {
  width: 50%;
}

.height-50per {
  width: 50%;
}

.width-55per {
  width: 55%;
}

.height-55per {
  width: 55%;
}

.width-60per {
  width: 60%;
}

.height-60per {
  width: 60%;
}

.width-65per {
  width: 65%;
}

.height-65per {
  width: 65%;
}

.width-70per {
  width: 70%;
}

.height-70per {
  width: 70%;
}

.width-75per {
  width: 75%;
}

.height-75per {
  width: 75%;
}

.width-80per {
  width: 80%;
}

.height-80per {
  width: 80%;
}

.width-85per {
  width: 85%;
}

.height-85per {
  width: 85%;
}

.width-90per {
  width: 90%;
}

.height-90per {
  width: 90%;
}

.width-95per {
  width: 95%;
}

.height-95per {
  width: 95%;
}

/*---*/
.height-auto {
  height: auto;
}

.height-60per {
  height: 60%;
}

.height-50per {
  height: 50%;
}

.height-20per {
  height: 20%;
}

.height-30per {
  height: 30%;
}

.size-150per {
  width: 150%;
  height: 150%;
}

.size-100per {
  width: 100%;
  height: 100%;
}

.height-auto {
  height: auto;
}

.height-100 {
  height: 100px;
}

.height-200 {
  height: 200px;
}

.margin-20 {
  margin: 20px;
}

.margin-none {
  margin: none;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-topb-none {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-top-none {
  margin-top: 0;
}

.margin-bottom-none {
  margin-bottom: 0;
}

.padding-top-none {
  padding-top: 0;
}

.flex-columncenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-rowcenter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-rowcenter-adapt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-rowstart {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

.flex-rowstart-adapt {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

.flex-gap-10 {
  gap: 10px;
}

.flex-gap-20 {
  gap: 20px;
}

.flex-gap-40 {
  gap: 40px;
}

.flex-gap-60 {
  gap: 60px;
}

.font-small {
  font-size: 12px;
}

.font-medium,
.font-medium-p p {
  font-size: 1.2rem;
}

.linebreak-30px p {
  line-height: 30px;
}

.font-big {
  font-size: 28px;
}

.font-center {
  text-align: center;
}

.font-start {
  text-align: start;
}

.font-start-w {
  text-align: start;
  width: 100%;
}

.font-end {
  text-align: end;
}

/* CODE NOT MINE RESPECTIVE CREDITS GIVEN ON THE PAGE AND THE CODE !! */
/* CREDITS: https://aleclownes.com/2017/02/01/crt-display.html */
.crt::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

@keyframes flicker {
  0% {
    opacity: 0.27861;
  }
  5% {
    opacity: 0.34769;
  }
  10% {
    opacity: 0.23604;
  }
  15% {
    opacity: 0.10626;
  }
  20% {
    opacity: 0.18128;
  }
  25% {
    opacity: 0.10626;
  }
  30% {
    opacity: 0.18128;
  }
  35% {
    opacity: 0.23604;
  }
}
.crt::after {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}

@media (max-width: 767px) {
  .adapt-width-to-max {
    width: 100%;
  }
  .flex-rowcenter-adapt {
    flex-direction: column;
  }
  .flex-rowstart-adapt {
    flex-direction: column;
  }
  .flex-columncenter-adapt {
    flex-direction: row;
  }
  .flex-rowstart-adapt .width-100per,
  .flex-rowstart-adapt .width-60per,
  .flex-rowstart-adapt .width-50per,
  .flex-rowstart-adapt .width-30per,
  .flex-rowstart-adapt .width-20per {
    width: 100%;
  }
  .flex-rowcenter-adapt .width-100per,
  .flex-rowcenter-adapt .width-60per,
  .flex-rowcenter-adapt .width-50per,
  .flex-rowcenter-adapt .width-30per,
  .flex-rowcenter-adapt .width-20per {
    width: 100%;
  }
}/*# sourceMappingURL=mainSass.css.map */