.icon{
}

.icon:hover{
    transform: translateY(-3px);
    transition: all 200ms ease;

}
.code{
    background: #f0f0f0;
    padding: 5px;
    border: 1px;
    box-shadow: 5px 10px 2px #b1b1b1;

}