body {
    background-color: #0c436f;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    transition:background-color 0.5s ease; /* smooth color transition */
  }
  
  h1 {
    color: #f8f8cf;
    margin-bottom: 20px;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }

  #edwinFace {
    cursor:pointer; /*change cursor to indicate its clickable */
  }