p {
    font-family: arial;
    border: 3px solid lightgrey;
    border-radius: 20px;
    text-align: center;
    margin: auto;
    margin-top: 300px;
    font-size: 3em;
}
span{
    color: orange;
    text-decoration: underline;
}

