*{
    margin: 0;
    padding: 0;
}
body{
background: #0f222f;
}
.header{
    width: 100%;
    height:     80px;
    background: white;
    text-align: center;
}
.header > h1{
    color: #0f222f;
    padding: 12px;
}
.column{
    margin-top: 180px;
    width: 100%;
    background: transparent;
}
.column > img{
    width: 450px;
    border-radius: 10%;
    
}
.column > h1{
    text-align: center;
    color: whitesmoke;
}
.contact{
    text-align: center;
    padding: 90px;
    margin: 10px;
}
.contact  a{
    text-decoration: none;
    margin: 30px;
    font-size: 26px;
    color: white;
    transition: 1s;

}
#id:hover{
    font-size: 28px;
}   
.product{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: gray;
}
