﻿@font-face {
    font-family: 'Font';
    src: url('Font.woff');
}

body {
    background: rgb(0, 0, 0);
    color: #009dff;
}

h1 {
    font-size: 300px;
    font-family: Font;
}

#pink, h1 {
    color: #ff00f7;
}

p {
    margin: 0 0;
    font-size: 50px;
    font-family: Arial;
    font-style: italic;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

@media (max-width: 980px) {
    h1 {
        font-size: 100px;
    }

    p {
        font-size: 20px;
    }
}