﻿@charset "utf-8";
/* CSS Document */

body {
}   
h1 {
    font-size: xx-large;
}

p {
    font-size: medium;
}


.Welcome
    {
        font-family: "Arial Black";
        font-size: xx-large;
    }

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}



