body {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    top: 15%;
    background: linear-gradient(to right, pink, purple);
    font-family: "Lucida Console", Monaco, monospace;
}

h1 {
    font-size: xx-large;
    letter-spacing: 6px;
    word-spacing: 6px;
    font-weight: 700;
    text-decoration: none solid rgb(68, 68, 68);
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
}
h2 {
    font-size: x-large;
}
h3 {
    font-size: large;
}
button {
    margin: 20px;
    color: #494949 !important;
    text-transform: uppercase;
    text-decoration: none;
    background: #ffffff;
    padding: 20px;
    border: 4px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
}
button:hover {
    color: #ffffff !important;
    background: #f6b93b;
    border-color: #f6b93b !important;
    transition: all 0.4s ease 0s;
    }