﻿* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the header */
.header {
  background-color: white;
  padding: 10px;
  text-align: center;
}


#div1 {
    background: white;
    text-align: center;
    max-width: 100%;
}


#wrapper {
    background-color: white;
    padding: 0%;
    text-align: center;
    max-width: 100%;
}

#left, #right {
     background-color: white;
     display: inline-block;
     padding: 1%;
	 max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}


/* Style the footer */
.footer {
  background-color: white;
  padding: 1px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

