

  body {
    font-family:  'Times New Roman', serif, Times;
    max-width: 600px;
    margin: 10 auto;

    background: "/p02-bg-snow_crystal.png";
  }
  h1 {
    color: white;
    font-family: serif, Tahoma, Verdana;
    text-align: center;
  }
  .intro {
    background-color: #091834;
    color: white;
    border: 20px solid transparent;
    border-image: "/whitelace.png" 34 round;
    border-image-outset: 34px;    
    padding: 15px;
    margin: 30px 0;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
  }
  a {
    color:rgb(93, 248, 163);
    text-decoration: none;
  }
  a:hover {
    color: silver;
  }
  img:hover {
    transform: scale(1.1);
  }


