body, html {
    height: 100%;
  }
aside {
    width: 30%;
    padding-left: 15px;
    margin-left: 15px;
    float: right;
    font-style: italic;
    background-color: lightgray;
  }
  .bg {
    /* The image used */
    background-color: cadetblue;
    background-image: url("../images/singapore.jpg");
  
    /* Half height */
    height: 50%;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  div {
    text-align: justify;
    text-justify: inter-word;
  }
  p {
    text-align: justify;
    text-justify: inter-word;
  }

  