@charset "utf-8";
/* CSS Document */

body {
    margin: 0 !important;
    font-family: math;
    font-size:24px;
  	background: #234094;
}

.Main{
	max-width:1100px; margin:auto; box-sizing: border-box; background-color:white; padding:20px;
}

.Menu {
	background-color:#88c649; color:white; padding:10px; border-radius:20px;
  
  a {    
      color: white;
      text-decoration: none;
  }  
  
}


a {    
    color: black;
    text-decoration: none;
}

img {    
    color: black;
    border-radius:20px;
}

#main_menu span a {
    font-size: 1.4rem;    
}

.MarginBottom{
  margin-bottom:30px;
}


.BookItem {
    padding-bottom: 15px;
}















