<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
 <meta charset="UTF-8">
<title>EmmaCremma - Laborator de cofetărie</title>
<link href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap" rel="stylesheet">
<style>
body {
    background: #034e51;
    background: #257679;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
}
img {
    max-width: 80%;
    height: auto;
    margin-top: 10vh;
}
p {
    color: #fff;
}
.nodisplay {
    display: none;
}
a {
    color: aliceblue;
}
.entry-content {
    padding: 0 5vh;
    display: none;
}
a.ig, a.fb {
    display: inline-block;
    width: 10vw;
    height: 10vw;
    max-width: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    white-space: nowrap;
    margin: 4em 1vh;
    opacity: 0.7;
}
a.ig:hover, a.fb:hover {
    opacity: 1;
}
a.ig {
    background-image: url('/ig.png');
}
a.fb {
    background-image: url('/fb.png');
}
</style>

</head>
<body>

<img src="/emmacremma-logo.png" alt="EmmaCremma" width="660" height="345">
<p>
    Laborator de cofetărie din Cluj-Napoca
</p>
<p>
    <a class="fb" href="https://facebook.com/emmacremma" title="EmmaCremma pe Facebook">Facebook</a>
    <a class="ig" href="https://instagram.com/emmacremma" title="EmmaCremma pe Instagram">Instagram</a>
</p>
</body>
</html>
