*{
    margin: 0;
    padding: 0;
}

.tb-navbar {
    font-size: large;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.tb-navbar a{
    color:black;
    text-decoration: none;
}

.tb-navbar a:hover{
    color:crimson;
}

.contact-navbar {
    background-color: green;
    color: aliceblue;
    padding: 10px;
    font-size: medium;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 80px;
    text-decoration: none;
    text-align: center;
    border-radius: 15px;
}
