<html>
<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Lexend+Giga:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<style>
* {
margin: 0;
box-sizing: border-box;
}
html {
height: 100%;
}
body {
height: 100%;
display: flex;
flex-direction: column;
font-family: Helvetica, Arial, sans-serif;
background: #FFFCF5;
}
.header {
}
.content-wrapper {
/* width: 700px;*/
margin: auto;
}
</style>
</head>
<body>
<div class="content-wrapper">
<div class="header">
<img src="logo4.png" width="192" height="54">
</div>
</div>
</body>
<script>
</script>
</html>