 body {
         background-image: radial-gradient(circle, #d87fbd, #d673c6, #d168d0, #c75edd, #b857ec);
    }
    .wrapper{
             width: 1100px;
             margin: auto;
             background-color: white;
             border-radius: 50px;
             font-size: 20px;
             padding: 20px 20px 20px 20px;
             margin-top: 70px;
             border: 20px double black;
    }
    h1 {
       font-family: "Century Gothic", sans-serif;
       text-align: center;
       font-size: 70px;
       }
       h2 {
        font-family: "Century Gothic", sans-serif;
       font-size: 20px;
       }
