body {
    background-color: lightblue;
  }
  
  h1 {
    color: navy;
    margin-left: 20px;
  }

  p {
    font-family: verdana;
    font-size: 20px;
    text-align: center;
    color: red;	
  }

#para1 {
  text-align: right;
  color: violet;
}

.plaisio {
border-style: groove;
border-width: 5px;
border-color: blue;
border-radius: 5px;
  text-align: center;
  color: green;
}