/* CSS Document */
header  {font-family: "Arial", sans-serif;
        margin: 46px;
        background-color: #023cfa;
        color: #fafbff;}

body  {font-family: "Arial", sans-serif;}
    
h1      {font-size: 32px;
        font-weight: bold;
        margin: 5px;x
        text-decoration: underline;}

h2      {font-size: 24px;
        font-weight: bold;
        margin: 20px;
        text-decoration: underline;}

p       {font-size: 16px;
        text-align: block;}

a       {font-weight: bold;
        font-style: italic;
        color: blue;}

a:hover {color: #c74693;
        bg-color: #828282;
        font-size: 30px;}

img     {margin: 20px;
        border-color: #023cfa;
        border-radius: 5px;}
        

        
        