* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-image: url("../assets/6.jpeg");
  background-size: cover;
}

h4 {padding-bottom: 10px}

@media screen and (min-width: 1080px) and (max-width: 1920px) {
  .title {
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px black;
    font-size: 3rem;
  }
  .formm {
    position: relative;
    margin-top: 15%;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 5%;
    border-radius: 50px;
    background-color: rgba(129, 129, 129, 0.15);
    backdrop-filter: blur(15px);
    text-align: center;
    padding: 5% 5% 5% 5%;
  }
  .formm .name {
    size: 0.2rem;
    color: white;
  }
  .formm .dob {
    size: 0.2rem;
    color: white;
  }
  .formm .btnn {
    padding: 5px 30px 5px 30px;
    border: 0px;
    border-radius: 50px;
  }
  .formm .btnn:hover {
    background-color: black;
    color: white;
  }
  .formm input {
    text-align: center;
    border-radius: 50px;
    padding: 5px 30px 5px 30px;
    border: 0px;
  }
  .formm .result {
    color: white;
  }
  .detail {
    position: relative;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 5%;
    border-radius: 30px;
    background-color: rgba(129, 129, 129, 0.15);
    backdrop-filter: blur(15px);
    text-align: center;
    padding: 2% 5% 1.2% 5%;
    color: white;
  }
}

@media screen and (max-width: 1080px) {
  .title {
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px black;
    font-size: 2.5rem;
  }
  .formm {
    position: relative;
    margin-top: 15%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    border-radius: 50px;
    background-color: rgba(129, 129, 129, 0.15);
    backdrop-filter: blur(15px);
    text-align: center;
    padding: 5% 5% 5% 5%;
  }
  .formm .name {
    font-size: 1.5rem;
    color: white;
  }
  .formm .dob {
    font-size: 1.5rem;
    color: white;
  }
  .formm .btnn {
    padding: 5px 30px 5px 30px;
    border: 0px;
    border-radius: 50px;
  }
  .formm .btnn:hover {
    background-color: black;
    color: white;
  }
  .formm input {
    text-align: center;
    border-radius: 50px;
    padding: 5px 5px 5px 5px;
    border: 0px;
    margin: 10px 0px 10px 0px;
  }
  .formm .result {
    color: white;
  }
  .detail {
    position: relative;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 5%;
    border-radius: 50px;
    background-color: rgba(129, 129, 129, 0.15);
    backdrop-filter: blur(15px);
    text-align: center;
    padding: 5% 5% 2% 5%;
    color: white;
  }
}
