@import url('../../lib/fonts/notcouriersans/regular/style.css');
@import url('../../lib/fonts/varela/regular/style.css');

body
{
    background: url("Mail.png");
}

div#container
{
    position: absolute;
    top: 50%;
    margin-top: -180px;
    left: 50%;
    margin-left: -240px;
}

div#container canvas
{
    border-radius: 14px;
}

div#follow
{
    font-family: NotCourierSans;
    font-size: 15px;
    color: lightblue;
    position: absolute;
    bottom: 1%;
    right: 1%;
    background: yellow;
    padding: 3px 10px;
}

div#follow a
{
    color: red;
}
