body{
    background-color: #393E46;
}

h1{
    text-align: center;
    font-family:  'Times New Roman', Arial;
    font-size: 40px;
    color:#FFCC29;
    font-weight: inherit;
    border-style:ridge;
    border-color: #EEC550;
    border-radius: 70px;
}

p{
    text-align: justify;
    color: #F7F7F7;
    font-size: 18px;
    font-family:  "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}