* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Font';
    src: url('../../fonts/font.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

body {
    background-color: rgb(0, 0, 0);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    height: 100vh; 
    margin: 0;   
    background-attachment: fixed;   
    z-index: 1;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

#back {
    width: 150px;
    height: 70px;
    position: absolute;
    font-family: Font;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 123, 255);
    text-align: center;
    z-index: 20;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 25px;
    font-size: 25px;
    left: 10%;
    top: 4%;
    cursor: pointer;
    transition: transform 0.2s ease;
    user-select: none;

}

#back:hover {
      transform: scale(1.2);
    }

#lastwarning {
    width: 180px;
    height: 40px;
    position: absolute;
    font-family: Font;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 156, 3);
    text-align: center;
    z-index: 20;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 25px;
    font-size: 15px;
    left: 85%;
    top: 3%;
    user-select: none;
}

#recomwarning {
    width: 180px;
    height: 40px;
    position: absolute;
    font-family: Font;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 106, 255);
    text-align: center;
    z-index: 20;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 25px;
    font-size: 15px;
    left: 85%;
    top: 10%;
    user-select: none;
}

#betawarning {
    width: 180px;
    height: 40px;
    position: absolute;
    font-family: Font;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 217, 0);
    text-align: center;
    z-index: 20;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 25px;
    font-size: 15px;
    left: 85%;
    top: 17%;
    user-select: none;
}

#previouswarning {
    width: 180px;
    height: 40px;
    position: absolute;
    font-family: Font;
    color: rgb(0, 0, 0);
    background-color: rgb(101, 101, 101);
    text-align: center;
    z-index: 20;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 25px;
    font-size: 15px;
    left: 85%;
    top: 24%;
    user-select: none;
}

.versiontxt {
  width: 100px;
  height: 50px;
  position: absolute;
  font-family: Font;
  color: rgb(197, 197, 197);
  text-align: center;
  z-index: 20;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center; 
  font-size: 30px;
  user-select: none;
}

#ver1201 {
  left: 20%;
  top: 17%;
}

#ver1192 {
  left: 20%;
  top: 24%;
}

#ver1182 {
  left: 20%;
  top: 31%;
}

#ver1171 {
  left: 20%;
  top: 38%;
}

#ver1165 {
  left: 20%;
  top: 45%;
}

#ver1122 {
  left: 20%;
  top: 52%;
}

#ver09beta1122 {
  width: 180px;
    height: 40px;
    position: absolute;
    font-family: Font;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 217, 0);
    text-align: center;
    z-index: 20;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center; 
    border-radius: 25px;
    font-size: 15px;
    left: 27%;
    cursor: pointer;
    top: 59%;
    user-select: none;
}