

body {
    font-family: times;
    }

.header {
	
    margin-right: 20px;
    vertical-align: middle;
    font-size: 40px;
    float: left;
    color: #ff0000; 
    text-align: center; 
    }
    

.menu {
   color: black;
   height: 25px;
   float: left; 
   margin-right: 5px;
   border: solid;
   border-width: thin;
   text-align: center;
    }
    
.icon {
   margin-left: 2%; 
   border-color: red; 
   border-style: solid;
   border-width: medium;
   }
   
 .box {
   font-family: times; 
   border-color: #ff0000; 
   border-style: solid; 
   border-width: medium;
   background-color: #ffcccc; 
   color: black; 
   }
   
   
