body{
  background-image:url('https://64.media.tumblr.com/a31299dca42eaaa5df56acd475f2694b/8ed13461ae3e8f6e-ab/s75x75_c1/2d22a56beb813565664374f492df8b9caa255ffd.gifv');
  font-family:ms gothic;
  font-size:18px;
} 

a{
  color:blue;
}    
    
a:hover{
  color: #d41619;
} 

#container{
  width:800px;
  margin:10px 0 10px 0;
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
} 

#header{
  width:100%;
  margin:10px 0 10px 0;
  border:1px solid blue;
  text-align:center;
  background:white;
  padding:5px; 
}

#footer{
  width:100%;
  margin:10px 0 10px 0;
  border:1px solid blue;
  background:white;
  text-align:center;
  padding:5px;
}

#content{
  width:100%;
  margin:10px 0 10px 0;
  border:1px solid blue;
  background:white;
  padding:5px; 
}   

.box{
  border:1px solid blue; 
  padding:5px; 
  margin:10px 0;
}

h3{
  margin-top: 0px;
  margin-bottom: 0px;  
}

h4{
  margin-top: 0px;
  margin-bottom: 0px;  
}

/* Header */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  border: 1px solid blue;
  background-color: white;
  min-width: 110px;
  box-shadow: 0px 8px 16px 0px #bfcdf4;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  font-size:15px;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
    color:#d41619;
}

.dropdown:hover .dropdown-content {display: block;}

/* Checkbox */

/* Label */