* {
    box-sizing: border-box;
}

html {
  background: url(bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

body {
    width: 70%;
    margin-left: 15%;
    font-family: "Arial";
}

ul{
    color: ; black;
    text-align: center;
    padding-bottom: 1px;
    padding-top: 1px;
}

h1, h3 {
    color: ; black;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
    margin: 10px;
    background-color: rgb(217, 217, 217);
}
h2, h4 {
    color:  #3399ff;
    text-align: center;
}
ul h4{
    padding-bottom: 1px;
}

.divstyleR {
  display: block;
  text-align: center;
  background-color: white;
  border: 10px solid white;
  border-radius: 5px;
  padding: 10px;
  float: left;
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 1%;    
}
.divstyleL {
  display: block;
  text-align: center;
  background-color: white;
  border: 10px solid white;
  border-radius: 5px;
  padding: 10px;
  float: right;
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 1%;    
}


img{
  display: block;
  max-width:500px;
  width: auto;
  height: auto;
}

.main {
  padding: 10px;
  float: left;
  width: 100%;
}
.miniMain {
    background-color: white;
    border: 10px solid white;
    border-radius: 5px;
}
footer{
    clear:both;
    width: 100%;
    text-align: center;
}

