@charset "utf-8";
/* Ghettoanalogue */

p{
    /* COLOR PROPERTIES */

    color: rgb(128,0,0);
    opacity:1;

    /* BASIC BOX PROPERTIES */

    /* display */
    display:block;
    float: none;
    clear: none;
    clip: auto;
    z-index: auto;
    visibility: visible;

    /* position */
    /* position: relative; */
    /* top: 0px; */
    /* right: 0px; */
    /* bottom: 0px; */
    /* left: 0px */
    vertical-align: baseline;

    /* height & width */
    /* min-width: 1000px; */
    /* max-width: 1000px; */
    /* width: 1000px; */
    /* min-height: 2000px; */
    /* max-height: 2000px; */
    /* height: 2000px; */

    /* overflow */
    overflow-x: hidden;
    overflow-y: hidden;

    /* margin */
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;

    /* padding */
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;

    /* UI PROPERTIES */

    /* appearance */
    box-sizing: border-box;
    content: normal;
    cursor: auto;
    resize: none;
    text-overflow: clip;

    /* outline */
    outline-color: #000000;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;

    /* BACKGROUND PROPERTIES */

    /* background-attachment: fixed; */
    /* background-color: #000000; */
    /* background-image: none; */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
    /* background-clip: border-box; */
    /* background-origin: border-box; */
    /* background-size: auto; */

    /* BORDER PROPERTIES */

    /* border bottom */
    /* border-bottom-color: #000000; */
    /* border-bottom-left-radius: 0px; */
    /* border-bottom-right-radius: 0px; */
    /* border-bottom-style: none; */
    /* border-bottom-width: 0px; */

    /* border left */
    /* border-left-color: #000000; */
    /* border-left-style: none; */
    /* border-left-width: 0px; */

    /* border right */
    /* border-right-color: #000000; */
    /* border-right-style: none; */
    /* border-right-width: 0px; */

    /* border top */
    /* border-top-color: #000000; */
    /* border-top-left-radius: 0px; */
    /* border-top-right-radius: 0px; */
    /* border-top-style: none; */
    /* border-top-width: 0px; */

    /* border-image-outset: 0px; */
    /* border-image-repeat: stretch; */
    /* border-image-slice: 100%; */
    /* border-image-source: url(path to file); */
    /* border-image-width: 0px; */
    /* box-shadow: none; */

    /* TRANSFORM PROPERTIES */

    backface-visibility: visible;
    perspective: none;
    perspective-origin: 50% 50%;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;

    /* TEXT PROPERTIES */

    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;

    /* TEXT DECORATION PROPERTIES */

    text-decoration: none;
    /* h-shadow v-shadow blur-radius color */
    text-shadow: none;

    /* FONT PROPERTIES */

    font-family: Georgia, serif;
    font-size: 22px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;

    /* WRITING MODES PROPERTIES */
    direction: ltr;
    unicode-bidi: normal;
}

h1{
    /* COLOR PROPERTIES */

    color: rgb(128,0,0);
    opacity:1;

    /* BASIC BOX PROPERTIES */

    /* display */
    display:block;
    float: none;
    clear: none;
    clip: auto;
    z-index: auto;
    visibility: visible;

    /* position */
    /* position: relative; */
    /* top: 0px; */
    /* right: 0px; */
    /* bottom: 0px; */
    /* left: 0px */
    vertical-align: baseline;

    /* height & width */
    /* min-width: 1000px; */
    /* max-width: 1000px; */
    /* width: 1000px; */
    /* min-height: 2000px; */
    /* max-height: 2000px; */
    /* height: 2000px; */

    /* overflow */
    overflow-x: hidden;
    overflow-y: hidden;

    /* margin */
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;

    /* padding */
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;

    /* UI PROPERTIES */

    /* appearance */
    box-sizing: border-box;
    content: normal;
    cursor: auto;
    resize: none;
    text-overflow: clip;

    /* outline */
    outline-color: #000000;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 0px;

    /* BACKGROUND PROPERTIES */

    /* background-attachment: fixed; */
    /* background-color: #000000; */
    /* background-image: none; */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
    /* background-clip: border-box; */
    /* background-origin: border-box; */
    /* background-size: auto; */

    /* BORDER PROPERTIES */

    /* border bottom */
    /* border-bottom-color: #000000; */
    /* border-bottom-left-radius: 0px; */
    /* border-bottom-right-radius: 0px; */
    /* border-bottom-style: none; */
    /* border-bottom-width: 0px; */

    /* border left */
    /* border-left-color: #000000; */
    /* border-left-style: none; */
    /* border-left-width: 0px; */

    /* border right */
    /* border-right-color: #000000; */
    /* border-right-style: none; */
    /* border-right-width: 0px; */

    /* border top */
    /* border-top-color: #000000; */
    /* border-top-left-radius: 0px; */
    /* border-top-right-radius: 0px; */
    /* border-top-style: none; */
    /* border-top-width: 0px; */

    /* border-image-outset: 0px; */
    /* border-image-repeat: stretch; */
    /* border-image-slice: 100%; */
    /* border-image-source: url(path to file); */
    /* border-image-width: 0px; */
    /* box-shadow: none; */

    /* TRANSFORM PROPERTIES */

    backface-visibility: visible;
    perspective: none;
    perspective-origin: 50% 50%;
    transform: none;
    transform-origin: 50% 50%;
    transform-style: flat;

    /* TEXT PROPERTIES */

    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;

    /* TEXT DECORATION PROPERTIES */

    text-decoration: none;
    /* h-shadow v-shadow blur-radius color */
    text-shadow: none;

    /* FONT PROPERTIES */

    font-family: Georgia, serif;
    font-size: 32px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;

    /* WRITING MODES PROPERTIES */
    direction: ltr;
    unicode-bidi: normal;
}
