﻿/*===================Body==========================*/
body,html{
padding-left:2%;
padding-right:2%;
background:rgb(254, 254, 254);
background:rgba(254, 254, 254,0.5);
}
/*===================Font==========================*/
p.main{
font-family: Helvetica, Arial, sans-serif;
line-height:1.4em;
font-size:2em;
color:black;
}
/*============Smooth Transitions======================*/
p.main{
-moz-transition: all 1s;  
-o-transition: all 1s;  
-webkit-transition: all 1s;  
transition: all 1s;  
}
/*===================Hover==========================*/
p.main:hover{
color:red;
}
/*===================General==========================*/
.help{
color:black;
}