.logo {
  background: #292929;
/*   position: relative;
  top: 0;
  left: 64px; */
  height: 100px;
  width: 75px;
  border-radius: 0 0 15px 15px;
  display: grid;
  place-items: center;
}
body {
  margin: 0;
  min-height:100vh;
  background:lavender;
}
*{
  box-sizing:border-box;
  font-family: 'Open Sans', sans-serif;
  color:#292929;
  font-weight:600;
  line-height:1.6;
}
.logoimg {
  max-width: 75%;
}
.container{
  width:100vw;
  max-width:750px;
  padding:0 1rem;
  text-align:center;
  display:block;
  margin:auto;
}
p{
  text-align:left;
  color:#292929;
}
h1{
  font-weight:800;
  margin-top:2rem;
    color:#292929;

}

.header{
  display:flex;
  justify-content:space-around;
  align-items:center;
  /*position:sticky;*/
  /*background:lavender;*/
  /*top:0;*/
  /*z-index:100;*/
  /*padding-bottom:1rem;*/
}