body, html {
  height: 100%;
  margin: 0;
  overflow: hidden;
  font-family: "Arial Black";
  color: rgba(40,253,0,255);
}

.bg-image {
  transform: scale(1.1);

  background-image: url("./background.png");

  /* Add the blur effect */
  /*filter: blur(8px);
  -webkit-filter: blur(8px);
  */
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  top: 50%;
  left: 50%;
  color: rgba(40,253,0,255);
  position: absolute;
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}
.linkbtns{
  border-radius: 25px;
  top: 50%;
  left: 50%;
  padding-top: 1.7%;
  padding-bottom: 1.7%;
  margin-bottom: 1.5%;
  transform: translate(-55.5%, -200%);
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.4);
  width: 30%;
}
.linkbtns b {
  font-size: 30px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.linkbtns:hover{
  cursor: pointer;
}
.img-container{
  top: 4%;
  left: 34%;
  margin-top: 1.7%;
  margin-bottom: 1.7%;
  transform: translate(0%, 1%);
}
.title-image{
  width: 34%;
}


@media only screen and (max-width: 600px) {
  body, html {
    height: 100%;
    margin: 0;
    overflow: hidden;
    font-family: Arial;
    font-style: italic;
    font-weight: lighter;
    color: rgba(40,253,0,255);
  }

  .bg-text {
    top: 50%;
    left: 50%;
    color: rgba(40,253,0,255);
    position: absolute;
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
  }
  .linkbtns{
    border-radius: 25px;
    top: 50%;
    left: 50%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    margin-bottom: 6%;
    transform: translate(-59%, -200%);
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.4);
    width: 75%;
  }
  .linkbtns b {
    font-size: 30px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .img-container{
    top: 11%;
    left: 15%;
    margin-top: 1.7%;
    margin-bottom: 1.7%;
    transform: translate(0%, 1%);
  }
  .title-image{
    width: 70%;
  }
}
