@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,700&display=swap');

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

body, input {
  font-family: 'Lato', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.volleytracker {
  position: absolute;
  top: 20px;
  color: #ffffff;
  font-weight: 700;
  font-size: 5.6rem;
  text-shadow: 6px 3px 2px #8b85c2;
}

a {
    align-items: right;
}

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.4)), linear-gradient(to left, #2f2f2f, #000);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.text {
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 20vh;
  text-shadow: 2px 2px 1px #8b85c2;
  text-align: center;
}

.btn {
  outline: none;
  border-radius: 40px;
  cursor: pointer;
  background-color: #8b85c2;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin: 20px 0;
  transition: .3s;
}

.btn:hover {
  background-color: #6b6592
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
  }

.button a {
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  width: 15rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
}

@media (max-width: 1900px) {
  .text {
    font-size: 5rem;
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 20vh;
    text-shadow: 2px 3px 2px #8b85c2;
    text-align: center;
  }
}

@media (max-width: 1600px) {
  .text {
    font-size: 4.6rem;
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 20vh;
    text-shadow: 2px 3px 2px #8b85c2;
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .text {
    font-size: 4.4rem;
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 20vh;
    text-shadow: 2px 3px 2px #8b85c2;
    text-align: center;
  }
}


@media (max-width: 900px) {
  .text {
    font-size: 4rem;
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 20vh;
    text-shadow: 2px 3px 2px #8b85c2;
    text-align: center;
  }
}

@media(max-width: 600px) {
  .text {
    font-size: 3.8rem;
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 20vh;
    text-shadow: 2px 3px 2px #8b85c2;
    text-align: center;
  }
}

@media(max-height: 500px) {
  .text {
    font-size: 3.2rem;
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 20vh;
    text-shadow: 2px 3px 2px #8b85c2;
    text-align: center;
  }

  .button a {
    text-align: center;
    font-size: 1.1rem;
    color: #ffffff; /* Updated color */
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 15rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
  }
  
}

@media(max-height: 600px) {

  .button a {
    text-align: center;
    font-size: 1.1rem;
    color: #ffffff; /* Updated color */
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 15rem;
    height: 3rem;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
  }
}