p {
    color: rgb(100,200,100);
}

body {
    
    background-color: red;
    font-family: "Arial";
    font-size:150%;
    text-align:"center";
    border: 20px;
    
}  
