﻿body {
}
* {
    margin:0px;
}
.footer {
    /*height:210px;*/
    width:100%;
    background-color:red;
    color:white;
    margin-top:0px;
    padding-bottom:20px;
}
    .footer h3 {
        text-decoration:underline;
        text-decoration-color:limegreen;
        text-underline-position:under;
    }
.footer a {
    color:white;
    display:block;
}
.footer a:hover {
    color:#7093f5;
    display:block;
    text-decoration:none;
    cursor:pointer;
}

