     a {
            font-size: 20px;
            color: gray;
            border: solid 2px rgb(90, 90, 90);
            border-radius: 20px;
            background-color: rgb(236, 236, 236);
        }

        h1{
            color: purple;
            border: solid 3px blue;
            border-radius: 20px;
            background-color: rgb(226, 229, 248)
        }

        body {
            text-align: center;
        } 
        p{
            font-size: 20px;
        }
