﻿body {
}
#page
{
    width:1000px;
    margin:0 auto;
    font-family:Calibri;
    line-height:30px;
    text-align:justify;
    }
h2
{
    width:300px;
    margin:0 auto;
    color:White;
    text-align:center;
    font-family:Calibri;
    margin-top:50px;
    background-color:Red;
    border-radius:10px;
    }    
#page img
{
    float:left;
    width:200px;
    height:150px;
    margin-right:20px;
   box-shadow:2px 2px 10px black;
    }   
