@charset "UTF-8";

/***
FONTS

Monte Stella Bold Italic
font-family: "monte-stella", sans-serif;
font-weight: 700;
font-style: italic;

Roboto Regular
font-family: "roboto", sans-serif;
font-weight: 400;
font-style: normal;

Roboto Medium
font-family: "roboto", sans-serif;
font-weight: 500;
font-style: normal;

Roboto Bold
font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;

COLOR

MAGENTA
#E600B1

ROT
#CE0000

***/

body, html {
    margin: 0;
    padding: 0;
    background-color: black;
}

a:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}