body {background-color: white;}

table
{
    border: 0px solid black;
    font-family: "Open Sans";   
    font-size:16px;
    color:black;
    font-weight:100;
}

div.projecttitle

{
    font-family: "Open Sans";
    font-size:80px;
    color:grey;
    font-weight:400;
}

div.bold

{
    font-family: "Open Sans";
    
    font-size:240px;
    color:white;
    font-weight:900;
}


* {
    padding: 0;
    margin: 0;
    
}

a {
    text-decoration: none;
    color: blue;
}

.fit { 
    max-width: 100%;
    max-height: 100%;
}


.center {
   left: 0;
    line-height: 000px;
    margin: auto;
    margin-top: -100px;
    position: absolute;
    top: 25%;
    width: 100%;
}
