body{
  background:#020617;
  color:white;
  font-family:Arial;
  /* display:flex; */
  justify-content:center;
  align-items:center;
}

.result-container{
  /* margin-top: 5vw; */
  /* border: 1px solid aqua; */
  width: 60% ;
  margin: 6vw auto;
  /* align-items: center; */
  text-align:center;
  height:45vh;
}

.result-box{
  background:#111827;
  padding:20px;
  border-radius:10px;
  margin:20px 0;
}

button{
  padding:10px 20px;
  margin:10px;
  border:none;
  border-radius:8px;
  cursor:pointer;
  font-size:16px;
}

button:hover{
  transform:scale(1.05);
}