@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
}

@font-face {
font-display: swap;
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
}

html,body {
height:100%;
overflow:none;
padding:0 1rem;
margin:0 
}

body {
background:#FFFFFF 
}

p {
font-family:'Open Sans',Arial,Verdana,sans-serif;
font-size:1rem;
margin:0 0 1.2rem 0
}

a,a:link, a:visited {
color:#000080 
}

a:hover, a:active, a:focus {
color:#0000FF 
}

#container {
width:100%;
height:100%;
display:flex;
justify-content:center;
align-items:center;
box-sizing:border-box 
}

#text {
width:100%;
max-width:500px;

}

img {
width:500px;
max-width:100%;
margin:0 0 2rem 0 
}

.trattoria {
font-weight: 700;
 font-size:1.5rem
}

.comingsoon {
font-weight: 700;
 font-size:1.5rem;
text-align:center
}
