
#overtitle {
    color: white;
    background-color: rgb(0, 0, 0);
    display: block;
    font-size: 60px;
    font-weight: bold;
    block-size: 60px;
    padding: 8px;
    margin-top: 16px;
    text-align: left;
}
body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(255, 255, 255);
}
#view{
    font-size: 40px;
    font-weight: bold;
    padding: 1%;
    text-decoration: underline;
}
#navigation .link {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    padding: 1%; 
}
  #navigation .link:hover {
    cursor: pointer;
    font-weight: bold;
    color: rgb(65, 35, 175);
}
#footer{
    text-align: center;
    padding-top: 40px;  
}
.links {
    float: left;
    margin-left: 15px;
} 
#money {
    text-align: left;
    margin-left: 880px;
} 
