@font-face {
    font-family: "Monocraft";
    src: url(../fonts/Monocraft.ttf) format("truetype");
    font-style: normal;
}

body {
    background-color: #31393c;
}

iframe{
    background-color: #31393c;
}

h1{
    color: #2176ff;
    white-space: nowrap;
    font-family: 'monocraft';
    text-align: center;
    font-size: 30px;
}

p
{
    color: #2176ff;
    white-space: nowrap;
    font-size: 13px;
    font-family: 'monocraft';
    text-align: center;
}

b
{
    font-size: 14px;
    font-weight: bold;
}

pre
{
    color: #2176ff;
    font-size: 12px;
    text-align: center;
}

table{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Links */
a:link {
    color: #f79824;
    text-decoration: none;
}
a:visited {
    color: #33a1fd;
    text-decoration: none;
}
a:hover {
    color: #fdca40;
    text-decoration: underline;
}

#twodotsthree
{
    /* :3 doesn't look good at around 13xp */
    font-size: 16px;
}

#white
{
    color: white;
}

#straight
{
    /* Not me */
    white-space: nowrap;
    display: inline;
    text-align: center;
    line-break: strict;
}

#title
{
    white-space:pre;
    color: white;
    font-family: serif, sans-serif;
}

.yellow
{
    color: #fdca40;
}

.lightBlue
{
    color: #33a1fd;
}

.pink
{
    color: #db93b0;
}


/* Div config for "Song I like" */

h2{
    color: #2176ff;
    white-space: nowrap;
    font-family: 'monocraft';
    text-align: center;
    font-size: 20px;
}

#songDiv{
    width: 50%;

    position: absolute;
    bottom: 10px;
    margin-left: 25%;
}