h1{
  margin:0px;
  padding:0px;
  font-size: 36px; /*1px = 1dp = 1sp on any average monitor or mobile device.*/
  line-height: 54px;
  font-weight: 800;
  box-sizing: border-box; 
}

h2{
  margin:0px;
  padding:0px;
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
  box-sizing: border-box; 
} 

h3{
  margin:0px;
  padding:0px;
  font-size: 28px;
  line-height: 42px;
  font-weight: 400;
  box-sizing: border-box; 
} 

h4{ 
  margin:0px;
  padding:0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  box-sizing: border-box; 
}

h5{ /*headline*/
  margin:0px;
  padding:0px;
  font-size: 22px;
  line-height: 33px;
  font-weight: 500;
  box-sizing: border-box; 
}

h6{ /*title*/
  margin:0px;
  padding:0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  box-sizing: border-box; 
}

p{
  margin:0px;
  padding:0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  box-sizing: border-box; 
 
}

span{  
    margin:0px;
    padding:0px;
    font-size: 18px;
    line-height: 24px;
}

small{
  margin:0px;
  padding:0px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 300;
  box-sizing: border-box; 
}

a:{
  margin:0px;
  padding:0px;
  cursor: pointer;
}

a:link {
  text-decoration: none;
  color: #ff4081;
}

a:visited {
  text-decoration: none;
  color: #ff4081;
}

a:hover {
  text-decoration: none;
  color: #ff4081;
}

a:active {
  text-decoration: none;
  color: #ff4081;
}
