.mainMenu {
    background-color: #800080;
}

.mainMenu a {
    display: inline-block;
    text-align: center;
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    padding: 14px 16px;
}

a{
    color: white;
}

a:link {
    text-decoration: none;
}

a:visited{
    text-decoration: none;
}

a:hover{
    text-decoration: underline;

}

a:active{
    color: red;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;
    border:none;
    outline:none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.mainMenu a:hover, .dropdown:hover .dropbtn, .dropbtn:focus .dropbtn{
    background-color: green;
}

.dropdown-content {
    display:none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color:black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.bloglink a{
    display: inline-block;
    padding: 14px 16px;
    text-align: center;
    text-decoration: none;
    background-color: green;
    color: white;
}

body {
    background-color: #800080;
    color: white;
}

.blog {
    background-color: #DA3B7A;
}


h1 {
    text-align: center;
}

.gc {
    display:grid;
    grid-template-columns: 625px 625px;
    padding: 10px;    
    
}

.gc2{
    display:grid;
    grid-template-columns: 1250px;
    padding: 10px;    
}

.gi {
    padding: 20px;
    text-align:center;
    color: white;
    background-color: black;
    border-style: double;
    
}

.header {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 28px;
}