body {
  background: rgb(255,0,0);
  outline-style: ridge;
  outline-width: thick;
  outline-color: yellow;
  outline-offset: inherit

}
p {
  color: rgb(0,0,0);
  font-size: 18px
}
h1 {
  font-weight: bold;
  color: white;
  font-family: monospace;
  font-size: 45px
}
.jio {
  border-width: 10px;
  border-color: black;
  width: 500px;
  border-style:groove;
  float:inherit;
  