body{
background-color:#7258e1;
margin:0;
}

table{
margin-top:8%;
border-radius:30px; 
padding:2%;
background-color:#ff6464;
color:white;
opacity:0.9;
box-shadow:1px 1px 10px #000000;
}

h1,h2{
font-family:Agency Fb;
color:#fcb280;
}

td{
font-family:Lucida Sans Unicode;
padding:.8%;
}

#sub{
float:right;
border-radius:5px; 
background-color:#fcb280;
width:20%;
height:10%;
color:white;
font-size:20px;
box-shadow:1px 1px 5px #000000;
}

#add{
width:465px;
}

input{
border-radius:10px; 
border:0;
color:#ff6464;
}

select{
border-radius:10px; 
border:1px solid white;
color:#ff6464;
}

textarea{
border-radius:10px;
border:0;
width:99%;
color:#ff6464;
}
