@font-face {
    font-family: telegrama;
    src: url('telegrama_render.otf');
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#title-image {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  filter: hue-rotate(60deg);
  opacity: 0.6;
}

body {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(38, 35, 59));
  background-color: rgb(93, 5, 113);
}

footer {
  min-height: 50px;
  width: 100%;
  background-color: #ebd10d51;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  margin-top: auto;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .btn p {
  color: #fff;
  margin-left: 50px;
  font-size: 18px;
  font-family: telegrama;
  font-weight: 400;
}

footer .info {
  margin-left: 50px;
  color: #fff;
  font-family: telegrama;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.5px;
  font-weight: 400;
}

main .title-item li {
  font-family: telegrama;
  text-align: center;
  color: #fff;
  justify-content: center;
  position: relative;
  align-items: center;
  margin-top: auto;
  font-size: 24px;
  font-weight: 40;
  padding: 10px;
  justify-content: space-between;
  transform: translateY(600px);
}

main .title-item a {
  color: rgb(221, 190, 36);
}

main .title-windows {
  background-color: #1a0928;
  border: 2px solid #2c2503;
  padding: 0;
  width: 300px;
}

main .window-header {
  background-color: #d1bb17;
  border-bottom: 2px solid #2c2503;
  padding: 0.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main .window-header .header-title {
  font-weight: 500;
  margin-left: 5px;
  margin-top: 1px;
  padding-top: 4px;
}

main .window-header .window-controls {
  display: flex;
  gap: 2px;
}

main .window-header .window-button {
  display: flex;
  height: 15px;
  width: 15px;
  margin-top: 5px;
  margin-right: 5px;
  padding-bottom: 2.5px;
  background-color: var(--color-header);
  border: 2px solid var(--color-border);
  color: black;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

main .window-content {
  padding: 20px;
  text-align: center;
  background-color: var(--color-pattern);
  border: 2px solid var(--color-border);
  height: 20px;
  margin: 15px 0;
  overflow: hidden;
  position: relative;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  main .title-logo img {
  position: fixed;
  align-items: center;
  height: auto;
  width: 90%;
  top: 45px;
  left: 20px;
  }
  main .title-item li {
  bottom: 140px
  }
  footer {
  bottom: 100px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  main .title-logo {
  position: fixed;
  margin-left: -345px;
  height: auto;
  bottom: 75px;
  scale: 35%;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  main .title-logo {
  position: fixed;
  margin-left: -230px;
  height: auto;
  bottom: 75px;
  scale: 55%;
  }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    main .title-logo {
    position: fixed;
    text-align: center;
    margin-left: -20px;
    height: auto;
    width: 100%;
    bottom: 75px;
    scale: 75%;
  }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    main .title-logo {
    position: fixed;
    text-align: center;
    height: auto;
    width: 100%;
    bottom: 75px;
    scale: 75%;
  }
}