body{
    background: rgb(218, 212, 192);
    background: linear-gradient(0deg, rgb(209, 205, 187) 0%, rgba(205,246,216,1) 100%);
        width: 100%;
    height: 100%;
    min-height: 100vh;
}

.send-button {
    text-decoration:none;
    display:inline-block;
    background:#25d366;
    padding:8px 12px;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.5px;
    border-radius:9999px;
  }