﻿@font-face {
    font-family: 'ubunturegular';
    src: url('/Fonts/ubuntu-r-webfont.eot');
    src: url('/Fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'), 
        url('/Fonts/ubuntu-r-webfont.woff2') format('woff2'), 
        url('/Fonts/ubuntu-r-webfont.woff') format('woff'), 
        url('/Fonts/ubuntu-r-webfont.ttf') format('truetype'), 
        url('/Fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: ubunturegular, 'times new roman', times, roman, serif;
}

button {
    background-color: #1e3663;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: xx-large;
    cursor: pointer;
    border: 4px solid #ffffff;
}

    button:hover {
        border: 4px solid #BF0000;
    }

p {
    text-align: center;
}
