body, html {
   margin: 0;
   padding: 0;
}

#wrapper > .logo {
   width: 100%;
   height: 200px;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   padding-top: 20px;
   padding-bottom: 10px;
   border-bottom: 2px solid #dadada;
}
#wrapper > .logo > img {
   width: 20%;
   min-width: 500px;
   max-width: 600px;
}

#wrapper > .content {
   width: 100%;
   display: flex;
   flex-direction: row;
   justify-content: center;
}

#wrapper > .content > .privacy, #wrapper > .content > .terms {
   min-width: 400px;
   padding: 3%;
   box-sizing: border-box;
}

#wrapper > .content h1 {
   font-family: 'Lora', serif;
   font-size: 26px;
}

#wrapper > .content h2 {
   font-family: 'Lora', serif;
   font-size: 18px;
}

#wrapper > .content p, #wrapper li {
   font-family: 'Lora', serif;
   font-size: 14px;
}
