Team:H14Z1 Hangzhou/CSS-files/global

  • {
   margin: 0;
   border: 0;
   padding: 0;
   font-family: 'Open Sans', sans-serif;

}

body {

   background-size: 100%;
   height: 100%;
   margin: 0 auto;

}

html {

   align-content: center;

}

h1, h2, h3, h4, h5, h6 {

   font-family: 'Arial', serif;
   font-size: 2rem 

}

p {

   font-size: 1rem;

}

.italic {

   font-style: italic

}