body {
        width: 55em;
        margin: 0 auto;
        font-family: Tahoma, Verdana, Arial, sans-serif;
        /* background: rgb(2, 0, 36);
        background: radial-gradient(circle, rgb(25, 17, 171) 0%, rgba(73, 9, 121, 1) 10%, rgba(0, 212, 255, 1) 100%); */
        height: 2000px;
        background-image: linear-gradient(to bottom, rgba(80,18,180,1), rgba(0,0,0,1));
}

.center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 75%;
}

p {
        text-align: center;
        color: white;
}

h1 {
        text-align: center;
        color: white;
}

.button {
        background-color: #04AA6D;
        /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        -webkit-transition-duration: 0.4s;
        /* Safari */
        transition-duration: 0.4s;
}

.button1 {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.button2:hover {
        box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}