body {
  height: 100vh;
  background-image: url("https://i.pinimg.com/736x/59/2c/57/592c572dc0c321cf96d3089b030fc701.jpg");
  background-size: cover;
  background-position: right top ;
    background-repeat: no-repeat;
  color: black;
  font-family: Verdana;
* {
  box-sizing: border-box;
}
  p {
  width: 300px;
  border: 15px solid green;
  padding: 50px;
  margin: 20px;
}
