*{box-sizing:border-box;}


body{
  /* The background image */
  background-image: url("Step%201-3%20.jpg");



  margin: 0;

  /* Set a specified height, or the minimum height for the background image */
  min-height: 500px;

  /* Set background image to fixed (don't scroll along with the page) */
  background-attachment: fixed;

  /* Center the background image */
  background-position: center;

  /* Set the background image to no repeat */
  background-repeat: no-repeat;

  /* Scale the background image to be as large as possible */
  background-size: cover;
}
h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
  .myImage {
    background-image: url("banner-01.svg");
  }
body {
  background-image: url("aya-okawa-241362-unsplash.jpg");
  font-family: "Open Sans", sans-serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #444;
}
.grid-container {
    display: grid;
    grid-template-columns: 1fr 60px;
    grid-gap: 20px;
    background-color: #5a5c5a;
    padding: 20px;
  }
 
  .item1 {
    grid-column: 1 / span 2;
  }
  p{
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;
  font-size:15px;
  grid-auto-columns: 1fr;
  color:white;
  text-decoration-style: solid;

    
  }
  div.transbox {
    margin: 12px;
    background-color: #ffff;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
  }
  .greybox{
    background-color:rgb(205, 210, 216);
    font-size:20px;
    padding: 10px; 
    max-width: 800px;
    margin: 0 auto;
  }

  div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
  }
  

  

  

