*{
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  box-sizing: border-box;
}
body{
  background-color: #bbbdbf;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;

}
.container{
    background:linear-gradient(135deg , rgb(16, 51, 76), rgb(1, 179, 210));
  padding: 30px 15px;
  border-radius: 16px;
  box-shadow: 0 5px 12px 3px rgb(110, 110, 110);
  min-width: 300px;
  text-align: center;
  max-width: 700px;
}
h1{
  margin-bottom: 35px;
  font-size: 32px;
  color: #fff;
  box-shadow: 0px 0px 55px 0px rgb(9, 4, 4);
}
span{
  font-size: 50px;
}
img{
  margin-bottom: 35px;
  height:130px;
  width: 170px;
  border-radius: 10px;
  box-shadow: 0px 15px 12px 2px rgb(0, 0, 0);
}
input{
  margin-bottom:20px;
  width: 80%;
  padding: 7px 10px;
  outline: 0;
  border-radius: 12px;
  border-color: #fff;
  box-shadow: 0px 4px 12px 2px rgb(105, 105, 105);
}
button{
  height: 50px;
  width:40%;
  outline: 0;
  font-size: 18px;
  border-radius: 15px;
  border-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 1px rgb(0, 0, 0);
}
button:hover{
  height: 55px;
  width:42%;
  border-color: #c7c6c6;
}
.result{
  display: flex;
  flex-direction: column;
  font-size: 19px;
  color: #000;
  font-weight: 500;
}
span{
  font-size: 16px;
}

p{
  font-size: 32px;
}
@media only screen and (max-width: 768px) {
  
body{
  background-color: #bbbdbf;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;

}
.container{
  background:linear-gradient(135deg , rgb(16, 51, 76), rgb(1, 179, 210));
  padding: 30px 15px;
  border-radius: 16px;
  box-shadow: 0 5px 12px 3px rgb(110, 110, 110);
  min-width: 300px;
  text-align: center;
  max-width: 400px;
}
h1{
  margin-bottom: 35px;
  font-size: 32px;
  color: #fff;
  box-shadow: 0px 0px 55px 0px rgb(9, 4, 4);
}
span{
  font-size: 50px;
}
img{
  margin-bottom: 35px;
  height:130px;
  width: 170px;
  border-radius: 28px;
  box-shadow: 0px 9px 12px 2px rgb(0, 0, 0);
}
input{
  margin-bottom:20px;
  width: 80%;
  padding: 7px 10px;
  outline: 0;
  font-size: 16px;
  border-radius:12px;
  border-color: #ffffff;
  box-shadow: 0px 4px 12px 2px rgb(70, 70, 70);
}
button{
  height: 50px;
  width:40%;
  outline: 0;
  font-size: 18px;
  border-radius: 15px;
  border-color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 1px rgb(0, 0, 0);
}
button:hover{
  height: 55px;
  width:42%;
  border-color: #c7c6c6;
}
.result{
  display: flex;
  flex-direction: column;
  font-size: 19px;
  color: #000;
  font-weight: 500;
}

span{
  font-size: 15px;
}
p{
  font-size: 32px;
  margin: 0;
}
}