    body {
      font-family: Tahoma;
      text-align: center;
      margin-top: 100px;
    }

    button {
      background-color: #b008a2;
      color: white;
      border: none;
      padding: 15px 35px;
      font-size: 15px;
      border-radius: 24px;
      cursor: pointer;
      transition: background-color 0.05s;
    }

    button:hover {
      background-color: #e00fc4;
    }