body {
    background-image:url(images/darkforest.jpg);
    background-size: auto;
    Font-family:Roboto;     
}
    .popcorn{
        width:500px;
        height:700px;
        background-color:whitesmoke;
        margin:auto;
        text-align: center;
        
        
}
p{
    margin: auto;
}
.tomato{
     margin:auto;
    text-align: center;

    
}
.bio-img{
    
}
.porcelain{
    opacity:.25;
    text-align: right;
    
    
}
button{
    background-color:transparent;
}
.nav-div{
    width:450px;
    margin:auto;
    margin-top:50px;
    height:75px;
    text-align: center;
    
}

.div-top{
    width:100%;
    height:96px;
    background-color:#8d9c8c;
    font-size: 15px;
    text-align: center;
}

.popcorn{
    width:100%;
    height:500px;
    background-color:#8d9c8c;
    image-orientation: center;
      text-align: center;
}
a:link{
    color:whitesmoke;
    background-color: #424541;
    padding: 15px;
    border: solid;
    border-color: #979c95
    border-width: 2px;
    text-decoration: none;}

table{
    border: 1px solid #2c402b;
    margin: auto;
    
}
th{
    border:2px solid #2c402b;
    color: whitesmoke;
}
td{
    border:2px solid #2c402b;
    color: whitesmoke;
}


a:visited{
      color:whitesmoke;
    background-color: #424541;
    padding: 15px;
    border: solid;
    border-color: #979c95
    border-width: 2px;
    text-decoration: none;
}

a:active{
    color:yellow;
    background-color: #424541;
    padding: 15px;
    border: solid;
    border-color: #979c95
    border-width: 2px;
    text-decoration: none;
}

/* mouse over link */
a:hover{
    color:red;
    background-color: #424541;
    padding: 15px;
    border: solid;
    border-color: #979c95
    border-width: 2px;
    text-decoration: none;
}