﻿.roundedDiv {
    border-radius: 5px;
    padding: 5px 5px;
}


.topnav {
    overflow: hidden;
    background-color: White;
}

    .topnav a {
        float: left;
        color:dimgrey;
        font-family: Arial, sans-serif;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }
      .topnav a:hover {
            background-color: #EEEEEE;
            color: black;
        }

.bottombar {
    background-color: #EEEEEE;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}

