@font-face {
    font-family: Determination Sans Web;
    src: url(determinationsansweb-webfont.ttf);
}

.savebtn img {
    width: 40px;
    height: 40px;
    cursor: pointer;

}

.savebtn {
    position: absolute;
}

body {
    background-color: #000;
}

.window {
    height: 100vh;
    width: 100%;
    position: absolute;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.popup {
    font-family: Determination Sans Web;
    position: relative;
    z-index: 1;
    display: none;
    width: 500px;
    height: 200px;
    background: #000;
    border: 5px solid #fff;
    color: #fff;
    list-style: none;
    font-size: 40px;
}

.texttop {
    display: flex;
    flex-direction: row;
    gap: 70px;
    width: 100%;
    height: 40px;
    margin-left: 36px;
}

.popup h1 {
    font-size: 35px;
    letter-spacing: 2px;
}

.texttop h1:nth-child(2) {
    margin-left: 20px;
}

.texttop h1:nth-child(3) {
    margin-left: 40px;
}

.locationsave {
    margin-top: 30px;
    margin-left: 37px;
}

.textbottom {
    display: flex;
    flex-direction: row;
    gap: 70px;
    width: 100%;
    height: 40px;
}

.textbottom h1:nth-child(2) {
    margin-left: -55px;
    cursor: pointer;
}
#SaveGame{
    margin-left: 125px;
    margin-top: -5px;
}
.textbottom h1:nth-child(3) {
    margin-left: 80px;
    cursor: pointer;
}

.textbottom img {
    margin-left: 35px;
    height: 25px;
    width: 25px;
    margin-top: 29px;
}
.ctn{
    cursor: pointer;
    top: 0;
    font-family: Determination Sans Web;
    font-size: 26pt;
    margin-top: 240px;
}
.hidden {
    display: none;
}
.hiddentwo{
    display: none;
}
ul {
    list-style: none;
    border: 6px solid #fff;
    color: #fff;
    width: 625px;
    height: 145px;
    padding: 0;
  }
  
  .text {
    margin-left: 20px;
    margin-top: 20px;
    line-height: 15px;
    word-spacing: 5px;
    letter-spacing: 3px;
    display: flex;
  }
  
  .ast {
    position: relative;
    margin: 20px;
  }
  
  .box {
    cursor: pointer;
    display: flex;
  }
  
  .list {
    margin-top: 20px;
    margin-left: 5px;
    word-spacing: 5px;
    letter-spacing: 3px;
  }
  .listtwo {
    cursor: pointer;
    margin-top: 20px;
    margin-left: 5px;
    word-spacing: 5px;
    letter-spacing: 3px;
    width: 350px;
  }
  .ctntwo{
    top: 0;
    font-family: Determination Sans Web;
    font-size: 26pt;
    margin-top: 240px;
}
.texttwo {
    cursor: pointer;
    margin-left: 20px;
    margin-top: 20px;
    line-height: 15px;
    word-spacing: 5px;
    letter-spacing: 3px;
    display: flex;
  }
  @media (max-width: 870px) {
    .ctn, .ctntwo{
        transform: scale(0.5);
    }
    .savectn{
        transform: scale(0.6);
    }
  }