@tailwind base;
@tailwind components;
@tailwind utilities;
html, body {
  height: 100%;
  font-family: 'Josefin Sans', sans-serif;
  
  width: 100%;
}
div {
  margin: 0 auto;
  opacity: 0;
  width: 70%;
  text-align: center;
}
#heading {
  font-size: 80px;
  display:inline-block;
}
#but:hover {
  border-radius:20px;
}
#but {
  display:inline-block;
  width: 150px;
  height: 50px;
  border-radius: 15px;
  transition-duration:0.5s;

}