@font-face {
    font-family: "Monocraft";
    src: url(./fonts/Monocraft.ttf) format("truetype");
    font-style: normal;
}

body {
    background-color: #390020;
    zoom: 90%; /* https://developer.mozilla.org/en-US/docs/Web/CSS/zoom 
    https://caniuse.com/css-zoom */
}

iframe{
    background-color: #390020;
}

h1{
    color: white;
    white-space: nowrap;
    font-family: 'monocraft';
    text-align: center;
    font-size: 25px;
}

p
{
    color: white;
    white-space: nowrap;
    font-size: 13px;
    font-family: 'monocraft';
    text-align: center;
}

b
{
    font-size: 14px;
    font-weight: bold;
}

pre
{
    color: white;
    font-size: 12px;
    text-align: center;
}

table{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Links */
a:link {
    color: aquamarine;
    text-decoration: none;
  }
a:visited {
    color: lightcyan;
    text-decoration: none;
}
a:hover {
    color: hotpink;
    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;
}

table td.yellow 
{ 
    color: #fdca40 !important; 
} 
table td.lightBlue 
{ 
    color: #33a1fd !important; 
} 
table td.pink 
{ 
    color: #db93b0 !important; 
} 


/* Div config for "Song I like" */

pees{
    color: white;
    white-space: nowrap;
    font-size: 12px;
    font-family: 'monocraft';
    text-align: center;
}

h2{
    color: white;
    white-space: nowrap;
    font-family: 'monocraft';
    font-size: 15px;
}

#songDiv{
    width: 50%;

    position: absolute;
    bottom: 10px;
    margin-left: 10px;
}

.box{
    margin: auto;
    border: 5px solid gray;
    border-radius: 5px;
    border-style: dashed;
    width: 700px;
}
