﻿html {
    background-color: black;
    text-align: left;
    max-width: 95%;
    margin: auto, auto;
    padding-left: 80px;
}

@font-face {
    font-family: 'scarfaceregular';
    src: url('../fonts/scarface-webfont.woff2') format('woff2'), url('scarface-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'turnupregular';
    src: url('../fonts/turnup-webfont.woff2') format('woff2'), url('turnup-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: black;
    color: white;
}

h1 {
    color: red;
    font-family: turnupregular;
    font-size: xx-large;
}

a:link {
    color: cornflowerblue;
}

a:visited {
    color: #7e83e6;
}

a:hover {
    color: #91b0f7;
}

#header {
    padding-left: 15px;
}