﻿* {
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}

a{
    text-decoration:none;
}

a:hover {
    font-weight: 500;
} 

#container {
    width: 100%;
    height: 155px;
    background-color: #1f1e1e;
    margin:0px;
    padding:0px;
    position:relative;
}





