@font-face {
  font-family: Microsoft Sans Serif;
  src: url('../fonts/microsoft-sans-serif.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Handjet[egrd,eshp,wght]";
  src: url('../images/') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pixelifysans Variablefont Wght;
  src: url('../fonts/PixelifySans-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Goldage;
  src: url('../fonts/Goldage-Italic.ttf') format("truetype"), url('../fonts/Goldage-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Goldage;
  src: url('../fonts/Goldage-Regular.ttf') format("truetype"), url('../fonts/Goldage-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hore;
  src: url('../fonts/Hore.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #141414;
  --white-smoke: #ececec;
  --main-colour: #edb4e5;
  --white: white;
  --dark-grey: #a7a7a7;
  --violet: #d18ce0;
  --light-pink: #eca6a6;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

a {
  color: var(--black);
  text-decoration: none;
}

.body {
  background-color: var(--white-smoke);
  font-family: VT323, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.desktop-wrapper {
  background-color: var(--main-colour);
  background-image: url('../images/download-1.png');
  background-position: 0 0;
  background-size: 100% 100%;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  font-family: VT323, sans-serif;
  font-weight: 400;
  display: flex;
  position: absolute;
}

.desktop-icons-wrapper {
  width: 10%;
  padding-top: 2.8rem;
  padding-left: 2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.desktop-icons-wrapper.second-wrapper.portfolio {
  z-index: 0;
  padding-top: 0;
  padding-left: 0;
  position: fixed;
  inset: 32% auto 0% 5%;
}

.desktop-icons-wrapper.third-wrapper.services {
  margin-bottom: 12%;
  margin-right: 14%;
  inset: auto 0% 0% auto;
}

.desktop-icons-wrapper.fourth-wrapper.contact {
  padding-top: 0;
  padding-left: 0;
  position: fixed;
  inset: auto auto 28% 5%;
}

.desktop-icons-wrapper.about {
  z-index: 10;
  padding-top: 0;
  padding-left: 0;
  position: fixed;
  top: 10%;
  left: 5%;
}

.desktop-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: .3rem;
  display: flex;
}

.desktop-icon-wrapper.is-portfolio-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.desktop-icon-wrapper.is-services-icon, .desktop-icon-wrapper.is-contact-icon {
  justify-content: center;
  align-items: center;
}

.icons-heading {
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 6px;
  font-family: VT323, sans-serif;
  font-size: 1.8rem;
  line-height: 3rem;
}

.navigation-bar {
  z-index: 10;
  background-color: var(--white-smoke);
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: .9rem;
  padding-bottom: .9rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.desktop-icons {
  z-index: 5;
  width: 5rem;
  position: relative;
}

.menu-button {
  box-shadow: -3px -3px 0 0 var(--white), 2px 2px 0 1px var(--dark-grey);
  justify-content: center;
  align-items: center;
  width: 8rem;
  margin: 0 1rem;
  padding: .25rem 0;
  font-weight: 400;
  display: flex;
}

.menu-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Microsoft Sans Serif, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.nav-bar-divider {
  background-color: var(--white-smoke);
  box-shadow: inset -3px -3px 0 0 var(--white), 2px 2px 0 0 var(--dark-grey);
  width: .3rem;
  min-height: 2rem;
  display: block;
}

.popup {
  background-color: var(--white-smoke);
  flex-flow: column;
  justify-content: center;
  width: 40rem;
  height: auto;
  max-height: none;
  padding: .4rem;
  display: none;
  position: absolute;
  inset: 10% auto auto 20%;
}

.popup.is-about {
  z-index: 20;
  display: none;
  top: 7%;
  left: 14%;
}

.popup.is-contact {
  z-index: 99;
  width: auto;
  display: none;
  top: 31%;
  left: 50%;
}

.popup.is-portfolio {
  display: none;
  top: 10%;
  left: 34%;
}

.popup.credit {
  z-index: 150;
  width: 25rem;
  display: none;
}

.popup-top-bar {
  cursor: grab;
  background-color: #f7f3da;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 .3rem;
  padding: .4rem;
  display: flex;
}

.popup-title {
  margin-left: .3rem;
  font-size: 1.4rem;
  line-height: 1.3rem;
}

.popup-icon {
  width: 1rem;
  height: 1rem;
}

.popup-title-wrap {
  display: flex;
}

.popup-button-wrap {
  align-items: center;
  display: flex;
}

.popup-button {
  background-color: var(--white-smoke);
  box-shadow: -2px -2px 0 0 var(--white), 2px 2px 0 0 var(--dark-grey);
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .3rem;
  margin-right: .3rem;
}

.icon {
  margin-right: .6rem;
}

.services-wrapper {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  display: flex;
}

.services-wrapper.work-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0%;
}

.about-image {
  max-width: 34%;
  padding-top: .3rem;
  padding-bottom: 1rem;
}

.contact-wrapper {
  background-color: var(--white);
  flex-flow: column;
  padding: 2rem 1.7rem;
  display: flex;
}

.contact-text-wrapper {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.icon-text-wrapper {
  align-items: center;
  display: flex;
}

.icon-text-wrapper.location {
  margin-top: 5px;
  margin-bottom: 20px;
}

.link-icon {
  width: 1rem;
  margin-right: .3rem;
}

.start-menu-wrap {
  background-color: var(--white-smoke);
  box-shadow: inset 3px 2px 0 0 var(--white), 2px 2px 0 0 var(--dark-grey);
  width: auto;
  min-height: 3rem;
  padding: 1rem 1rem 1rem 3rem;
  display: none;
  position: absolute;
  inset: auto auto 98% 0%;
}

.menu-link-title {
  font-size: 2rem;
  line-height: 2rem;
}

.start-menu-item-wrap {
  align-items: center;
  padding: .7rem;
  display: flex;
}

.start-menu-item-wrap:hover {
  background-color: #a7a7a7bd;
}

.start-icon {
  width: 2rem;
  margin-right: .5rem;
}

.divider {
  background-color: var(--dark-grey);
  width: auto;
  height: .25px;
}

.start-strip {
  background-color: #edb4e5;
  align-items: flex-end;
  width: 1.8rem;
  height: auto;
  margin-top: .3rem;
  margin-left: .3rem;
  padding-left: 4px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.text-block {
  line-height: 38px;
  position: absolute;
  transform: translate(0, -10px)rotate(-90deg);
}

.clock-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-right: 10rem;
  padding-right: 0;
  display: flex;
}

.clock {
  width: auto;
  min-width: 12rem;
  min-height: 2rem;
  margin-left: .5rem;
  padding-right: 0;
  font-size: 2rem;
  line-height: 2rem;
}

.menu-side-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.logo-wrap {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.logo-center {
  position: absolute;
  transform: rotate(0);
}

.logo-center.text {
  top: 35%;
}

.pre-looader {
  z-index: 200;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
}

.loading-block-wrapper {
  border: 1px solid var(--white-smoke);
  flex-direction: row;
  justify-content: center;
  width: 19.2rem;
  height: 2rem;
  padding: .2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loading-block {
  background-color: var(--main-colour);
  width: auto;
  min-width: 1.1rem;
  height: auto;
  margin-left: .125rem;
  margin-right: .125rem;
}

.loading-text {
  color: var(--white-smoke);
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.loading-cover {
  background-color: var(--black);
  width: 20rem;
  height: 2rem;
  position: absolute;
}

.top-black {
  z-index: 300;
  background-color: var(--black);
  height: 60vh;
  position: absolute;
  inset: -73% 0% 0%;
}

.shut-down {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.bottom-black {
  z-index: 300;
  background-color: var(--black);
  height: 50vh;
  position: absolute;
  inset: 101% 0% 0%;
}

.right-black {
  z-index: 300;
  background-color: var(--black);
  width: 50vw;
  position: absolute;
  inset: 0% 162% 0% 0%;
}

.left-black {
  background-color: var(--black);
  width: 50vw;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.clock-icon {
  padding-left: .5rem;
  padding-right: .5rem;
}

.side-black-left {
  z-index: 300;
  background-color: #000;
  width: 70vh;
  height: 20vh;
  display: none;
  position: absolute;
  inset: auto 0 auto -50%;
}

.side-black-left.left {
  inset: auto -49% 0% auto;
}

.side-black-left.right {
  inset: auto -56% auto auto;
}

.side-black-right {
  z-index: 300;
  background-color: var(--black);
  width: 70vh;
  height: 20vh;
  display: none;
  position: absolute;
  right: -49%;
}

.looping-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  display: flex;
  overflow: hidden;
}

.infinity-text {
  text-align: center;
  width: auto;
  min-width: 60vw;
  font-size: 1.5rem;
}

.credit-content {
  background-color: var(--white);
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.credit-text {
  padding-left: 1rem;
  font-size: 1rem;
}

.icon-cat {
  width: 2rem;
  height: auto;
}

.text-block-2 {
  color: #252525;
  padding-bottom: 0;
  font-family: Hore, Verdana, sans-serif;
  font-size: 7.2rem;
}

.text-block-3 {
  color: #eceaea;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  font-size: 27px;
  line-height: 44px;
}

.text-block-5 {
  font-size: 19px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  margin-bottom: 0;
  font-family: Microsoft Sans Serif, Tahoma, sans-serif;
  font-size: 24px;
  display: block;
}

.paragraph {
  font-family: Microsoft Sans Serif, Tahoma, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.paragraph.link {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.paragraph.link:hover {
  color: var(--violet);
  display: flex;
  position: relative;
}

.paragraph.lanuages {
  margin-top: 10px;
  font-size: 15px;
}

.paragraph.lanuages.tech-skills {
  font-weight: 400;
}

.paragraph.tech-skills {
  font-size: 17px;
  font-weight: 400;
}

.paragraph.work-blurb {
  margin-top: 20px;
}

.paragraph.work-blurb.email {
  color: #242424;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.section {
  background-color: var(--white-smoke);
}

.text-block-6 {
  font-size: 17px;
  font-weight: 600;
}

.clock-2 {
  background-color: silver;
  border: 1px solid #fff;
  border-color: gray #fff #fff gray;
  width: 80px;
  height: 24px;
  margin-right: 20px;
  padding-right: 0;
}

.clock-wrapper-2 {
  align-items: center;
  width: auto;
  margin-right: 15rem;
  padding-right: 8rem;
  display: flex;
}

.start-left-border {
  float: left;
  background-color: gray;
  width: 1px;
  height: 100%;
  position: relative;
  top: -22px;
}

.start-right-border {
  float: right;
  background-color: gray;
  width: 1px;
  height: 100%;
  position: relative;
  top: -22px;
}

.start-top-border {
  background-color: gray;
  width: 100%;
  height: 1px;
  position: relative;
  top: -22px;
}

.start-button-pressed {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: silver;
  border: 1px solid #fff;
  border-color: #000 #fff #fff #000;
  width: 70px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
}

.flex-h {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2px 6px 2px 3px;
  display: flex;
}

.start-bottom-border {
  background-color: gray;
  width: 100%;
  height: 1px;
  position: relative;
  top: -1px;
}

.clock-3 {
  color: #000;
  width: auto;
  min-width: 12rem;
  min-height: 2rem;
  margin-left: .5rem;
  margin-right: 100px;
  padding-right: 0;
  font-size: 12px;
  line-height: 2rem;
}

.start-text {
  font-family: Microsoft Sans Serif, Tahoma, sans-serif;
  font-size: 13px;
  line-height: 1;
  display: block;
}

.start-button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  background-color: silver;
  border: 1px solid #000;
  border-color: #fff #000 #000 #fff;
  width: 60px;
  height: 24px;
  margin-left: 20px;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
}

.taskbar {
  background-color: silver;
  border-top: 1px solid #fff;
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 2px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 0 0 1px silver;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 "."
                 / 1fr;
  position: absolute;
  inset: 0% auto 0% 10%;
}

@media screen and (max-width: 991px) {
  .desktop-wrapper {
    height: 100%;
  }

  .desktop-icons-wrapper.second-wrapper.portfolio {
    width: 14%;
    margin-top: 12%;
    top: 25%;
    left: 2%;
  }

  .desktop-icons-wrapper.third-wrapper.services {
    width: 14%;
    margin-bottom: 17%;
  }

  .desktop-icons-wrapper.fourth-wrapper.contact {
    z-index: 0;
    width: 14%;
    margin-bottom: 22%;
    inset: auto auto 0% 2%;
  }

  .desktop-icons-wrapper.about {
    width: 14%;
    position: fixed;
    left: 2%;
  }

  .desktop-icon-wrapper.is-portfolio-icon {
    width: 100%;
  }

  .desktop-icons {
    width: 5rem;
  }

  .popup.is-portfolio {
    z-index: 999999;
    display: none;
    left: 10%;
  }

  .start-menu-wrap, .start-menu-item-wrap.is-shutdown {
    display: none;
  }

  .clock-wrapper {
    margin-right: 0;
  }

  .top-black, .shut-down, .bottom-black, .side-black-left, .side-black-right {
    display: none;
  }

  .text-block-2 {
    color: #252525;
    font-size: 4.7rem;
  }

  .paragraph {
    margin-top: 10px;
  }

  .paragraph.link {
    margin-top: 0;
  }

  .grid {
    left: 12%;
  }
}

@media screen and (max-width: 767px) {
  .desktop-wrapper {
    height: 100%;
  }

  .desktop-icons-wrapper {
    width: 50%;
  }

  .desktop-icons-wrapper.second-wrapper.portfolio {
    z-index: 0;
    margin-top: 15%;
    margin-right: 16%;
    padding-left: 2.2rem;
    top: 29%;
    left: 0%;
  }

  .desktop-icons-wrapper.third-wrapper.services {
    margin-bottom: 21%;
    margin-right: 16%;
  }

  .desktop-icons-wrapper.fourth-wrapper.contact {
    z-index: 0;
    margin-bottom: 30%;
    padding-left: 2.2rem;
    left: 0%;
  }

  .desktop-icons-wrapper.about {
    z-index: 0;
    width: 16%;
    padding-left: 2.2rem;
    top: 15%;
    left: 0%;
  }

  .desktop-icon-wrapper.is-portfolio-icon {
    width: auto;
  }

  .desktop-icons {
    width: 4rem;
    max-width: none;
  }

  .menu-title {
    font-size: 16px;
  }

  .popup.is-about {
    width: auto;
    display: none;
  }

  .popup.is-contact {
    display: none;
    inset: 31% auto auto 6%;
  }

  .popup.is-portfolio {
    width: 30rem;
    margin-left: 60px;
    display: none;
    left: 0%;
  }

  .popup.credit {
    display: none;
  }

  .about-image {
    max-width: 38%;
  }

  .start-menu-wrap {
    display: none;
  }

  .clock-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    color: #252525;
    font-size: 4.5rem;
  }

  .paragraph.link {
    margin-top: 0;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: 100%;
    overflow: hidden;
  }

  .desktop-wrapper {
    z-index: auto;
    background-color: var(--main-colour);
    background-image: url('../images/download-1.png');
    background-position: 0 0;
    background-size: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    overflow: visible;
  }

  .desktop-icons-wrapper {
    z-index: 0;
    padding-top: 7rem;
    padding-left: 0;
    display: block;
    inset: 0% auto 0% 0%;
  }

  .desktop-icons-wrapper.second-wrapper {
    padding-top: 7rem;
    padding-left: 0;
    inset: 0% 0% 0% auto;
  }

  .desktop-icons-wrapper.second-wrapper.portfolio {
    margin: 5% 0% 100px 10%;
    inset: auto 0% 15% 33%;
  }

  .desktop-icons-wrapper.third-wrapper {
    padding-top: 7rem;
    padding-left: 0;
    inset: 50% auto 0% 0%;
  }

  .desktop-icons-wrapper.third-wrapper.services {
    margin-bottom: 46%;
    margin-right: 21%;
  }

  .desktop-icons-wrapper.fourth-wrapper {
    padding-top: 7rem;
    inset: 50% 0% 0% auto;
  }

  .desktop-icons-wrapper.fourth-wrapper.contact {
    margin-bottom: 100px;
    margin-left: 0%;
    inset: auto 0% 15% 70%;
  }

  .desktop-icons-wrapper.about {
    margin-top: 2%;
    margin-bottom: 100px;
    margin-left: 15%;
    position: absolute;
    inset: auto 0% 15%;
  }

  .desktop-icon-wrapper.is-portfolio-icon {
    justify-content: center;
    align-items: center;
    padding-top: .1rem;
    position: static;
  }

  .desktop-icon-wrapper.is-services-icon {
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    padding-top: .1rem;
  }

  .desktop-icon-wrapper.is-contact-icon {
    justify-content: center;
    align-items: center;
    padding-top: .1rem;
  }

  .icons-heading {
    font-size: 1.7rem;
  }

  .navigation-bar {
    z-index: 10;
    overflow: visible;
  }

  .desktop-icons {
    width: 4rem;
  }

  .nav-bar-divider {
    display: none;
  }

  .popup.is-about {
    z-index: 2147483647;
    display: none;
  }

  .popup.is-contact {
    z-index: 2147483647;
  }

  .popup.is-portfolio {
    z-index: 2147483647;
    width: auto;
    margin-left: 10px;
    display: none;
    inset: 6% auto auto 0%;
  }

  .popup.credit {
    z-index: 2147483647;
    width: auto;
    display: none;
    left: 0%;
  }

  .services-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .about-image {
    max-width: 44%;
  }

  .contact-text-wrapper {
    flex-direction: column;
  }

  .start-menu-wrap {
    z-index: 100;
    display: none;
    position: absolute;
    bottom: 101%;
  }

  .clock {
    display: block;
  }

  .logo-center {
    z-index: 1;
    max-width: 20%;
    position: relative;
    top: auto;
  }

  .logo-center.text {
    max-width: 50%;
    position: relative;
    top: auto;
  }

  .looping-text-wrapper {
    display: none;
  }

  .text-block-2 {
    color: #252525;
    text-align: center;
    margin-bottom: 50%;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0;
    font-family: Hore, Verdana, sans-serif;
    font-size: 19vw;
    line-height: 55px;
  }

  .heading {
    text-align: center;
    position: relative;
    inset: 0% 0% auto;
  }

  .paragraph {
    font-family: Microsoft Sans Serif, Tahoma, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .paragraph.link {
    margin-top: 0;
  }

  .paragraph.lanuages {
    font-family: Microsoft Sans Serif, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .paragraph.work-blurb {
    margin-top: 20px;
    font-family: Microsoft Sans Serif, Tahoma, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .clock-3 {
    display: block;
  }
}


@font-face {
  font-family: 'Microsoft Sans Serif';
  src: url('../fonts/microsoft-sans-serif.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Handjet[egrd,eshp,wght]';
  src: url('../images/') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pixelifysans Variablefont Wght';
  src: url('../fonts/PixelifySans-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goldage';
  src: url('../fonts/Goldage-Italic.ttf') format('truetype'), url('../fonts/Goldage-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Goldage';
  src: url('../fonts/Goldage-Regular.ttf') format('truetype'), url('../fonts/Goldage-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hore';
  src: url('../fonts/Hore.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}