/*Oxygen*/
* { margin: 0; padding: 0; }

body { font-family: "Inter", sans-serif; font-size: 32px; line-height: normal; color: #000000; text-align: center; 
  background: #FFFFFF; }

html, 
body, 
.container { height: 100%; }

.container { align-items: center; display: flex; justify-content: center; width: 100%; }

img { max-width: 100%; }

.logo {  margin-bottom: 85px; }

h1 { font-size: 40px; font-weight: 700; line-height: 48.41px; margin-bottom: 30px; font-style: italic; }
p { font-size: 24px; font-weight: 700; line-height: 29.05px; margin: 0; font-style: italic; }