﻿/*This is the styling fore the contact option*/

.contact {
    width: 176px;
    height: auto;
    margin-bottom: 10px;
    border: 2px solid #06F;
    border-bottom: 10px solid #06F;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    list-style: none;
}

.contact li a {
    text-decoration: none;
    color: #000080; /* navy blue */
}

.contact li a:hover {
    text-decoration: none;
    color: #C0F; /* dark pink */
}