/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13/06/2015, 22:50:44
    Author     : Henrique
*/

body {
    background-color: #01516e;
}
#center{
    width: 800px;
    height: 500px;
    
    margin: 150px auto ;
}
h1{
    font-family: 'Trebuchet MS', sans-serif;
    color: white;
    font-size: 50px;
    text-align: center;
}

p{
    font-family: 'Trebuchet MS', sans-serif;
    color: white;
    font-size: 30px;
    text-align: center;
    margin-top: 50px;
}