html {
    height: 100%;
}
body {
background-color: rgba(104, 83, 169, 0.927);
background-image: url(images/worldmap.png);
background-size: cover;
background-repeat: repeat-y;
background-position: center;


} 
.container {
    margin-left: auto;
    margin-right: auto;
 width: 1024;
}
header {
     
    height: 118px;
    text-align: center;
    padding-bottom: 20px;

}
    nav {
        background-color: rgba(0, 0, 0, 0.338);
        text-align: center;
        font-size: 16px;
        padding-top: 14px;
        padding-bottom: 14px;

}
main {
    
    
    text-align: center;
    padding-top: 0px;
    padding-left: 240px;
    padding-right: 240px;

}
footer {
    background-color: rgba(172, 255, 47, 0.119);
    padding-top:30px ;
    padding-bottom: 30px;


}
h1 {
    font-size: 40px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
h2 {
    font-size: 30px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
h3 {
    font-size: 20px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
p {
    font-size: 14px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
pre {
    font-size: 14px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
        text-align:left;
    /*float: center;*/
}

ul {
    float: center;
    font-size: 14px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
        text-align:left;
}

a {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    /*text-decoration: none;*/
}
nav a{
    text-decoration: none;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}
nav h2{
    text-decoration: none;
    font-size: 20px;
 
}
footer p {
    font-size: 12px;
    text-align: center;
    color:rgb(198, 198, 198) ;
}

.maps {
    padding-bottom: 10px;
}

  /* Create three equal columns that floats next to each other */
  .column {
    float: left;
    width: 33.33%;
    padding: 0px;
   /* height: 300px;  Should be removed. Only for demonstration */
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .box1 {

    background-color: rgba(128, 128, 128, 0.906);
    width: 300px;
    height: 300px;
    }
  