menu.css 947 Bytes
#div_root{
    margin:auto;
    width:100%;
}
#div_top{
    width:100%;
    height:80px;
    text-align: center;
    vertical-align: middle;
}
#div_con1{ 
    width:70%;
    height:600px;
    float:left;
}
#div_con2{ 
  background-color:beige;
  width:29%;
  height:600px;
  float:left;
  text-align : left;
}
#menu{
  width:30%;
  height:300px;
  margin-left: 2%;
  margin-top:25px;
  float:left;
}


#div_bottom{
    width:100%;
    height :20px;
    clear:both;
}
h1 {
  font-size: 2em;
  font-weight: normal;
  
}
h2 {
    font-size: 1em;
    font-weight: normal;
    
}

#btn{ 
  border-radius: 5px; 
  font-size: 30px;
  margin-left: auto;
  margin-right : auto;
} 
#btn_group button{ 
  border: 1px hidden black; 
  background-color: rgba(0,0,0,0); 
  color: black; 
  padding: 50px; 
  display: table;
  margin-left: auto; 
  margin-right: auto;
  margin-top: 10%;
}
#btn_group button:hover{ 
  color:white; 
  background-color: skyblue;
}