.home-item{
    height:200px;
    line-height:200px;
 background: #333;
    color: #aaa;
    margin: 0 20px;
    text-align:center;
    font-size:3em;
    
    
}

.home-item:hover{
    color: #333;
    background:#aaa;
    text-decoration:none !important;
}

.home-a:hover{
    text-decoration:none;
}

.home-container {
    margin-top:30px;
}
