body {

background: #D5D5D5; 
margin-top:5%;
margin-right:20%;
margin-left:20%;
margin-bottom:10%;
padding: 0px;


border-style: solid;

border-width: 2px;
border-color: rgba(0,0,0,.5);
}
table {



padding:10px;
width:100%;

}
h1 {
color: #328CC1;
 
}



h2 {
font:'Raleway', sans-serif;
    color: rgba(0,0,0,0,0.5);
    
    letter-spacing: .2em;
 }

h3 {
  color: #328CC1;
 }
    

td, th {
font-size: 25px;

}

input {
font-size:25px;
}
button, select {
font-size:20px;
 }
div {
background-color:#D5D5D5;
}
a:link {
text-decoration:none;

}

a:visited {
text-decoration:none;
}

