body {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: sans-serif;
        }
        p {
            font-size: 1.1em;
            line-height: 1.6;
        }
        a[role="button"] {
            display: inline-block;
            padding: 12px 24px;
            text-decoration: none;
            color: white;
            background-color: #0508ef;
            border-radius: 50px;
        }
        h1{
            text-align: center;
        }
        article{
            margin: 0 auto;
            width: 90%;
        }