@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;700&amp;display=swap');
body{
font-family: 'EB Garamond', serif;
font-size: 20px;
}
span.kad-site-title.kad-logo-used{
display: none;
}
.container{
max-width: 950px;
}
div.row{
display: flex;
margin: auto;
align-items: center;
justify-content: space-between;
}
div.outside-top-headerclass{
background-color: grey;
}