body {
    background-color: powderblue;
}

h1 {
    color: #ffffff;
    font-size: 400px;
    border: solid white 1px;
    border-radius: 50px;
    background-color: rgb(3, 49, 56);
    text-align: center;
    margin: 100px auto 0 auto;
}

p {
    color: rgb(3, 49, 56);
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}