    body {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background-color: #f0f0f0;
    }

    button {
      font-size: 50px;
      font-weight: bold;
      padding: 110px 200px;
      border-radius: 20px;
      background-color: #0b1060;
      color: white;
    }
    a{
        color: white;
    }