p {
    color:red;
    border: 2px dashed rgb(198, 73, 44);
    background: rgba(233, 216, 20, 0.66);
    padding: 30px 15px;
    margin: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 300%;
    display: inline-block;
}
a:link, a:visited {
    background-color: red;
    color: white;
    padding: 25px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
a:link, a:hover {
    background-color:darkred
}