*{
    font-size: 18px;
    font-weight: bold;
}
.kavivanar-regular {
  font-family: "Kavivanar", cursive;
  font-weight: 400;
  font-style: normal;
}

* {
  font-family: "JetBrains Mono", monospace;
  font-optical-sizing: auto;

  font-style: normal;
}
h1{
   font-size: 36px
}
h2{
    font-size: 24px;
}
button{
    background-color: #ff758f;
    font-size: 30px;
    padding: 10px 20px;
    margin: 10px;
    width: 500px;
    height: 200px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 0 10px white,
              0 0 10px white,
              0 0 10px white,
              0 0 10px white;
}
body{
    background-color: #34a0a4;

}
button:hover{
    background-color: #ff758f;
    font-size: 36px;
    padding: 10px 20px;
    margin: 10px;
    width: 500px;
    height: 200px;
    border: none;
    border-radius: 50px;
    width: 550px;
    height: 250px;
}