body {
    background: rgb(63,103,251);
    background: radial-gradient(circle, rgba(63,103,251,1) 0%, rgba(252,70,240,1) 100%);
}

#main-title {
    color: #ffffff;
    padding: 1em;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.box {
    border-radius: 14px;
    border-width: 6px;
    border-color: #ffe712;
    border-style: solid;
    margin: 5em;
    background-color: #ffffff83;
    box-shadow: 0 0 32px 0 #636363;
}

h1,
h2,
h3,
p {
   color: #ffffff;
}