@font-face {
  font-family: 'MPLUS2Medium';
  src: url('fonts/MPLUS2-Medium.ttf');
}

html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

body {
    font-family: MPLUS2Medium, Georgia;
    font-size: 15px;
    line-height: 1.45;
    margin: 40px auto;
    max-width: 800px;
    text-align: justify;
    padding: 0 15px;
    background-color: #ffffff;
    color: #535353;
}

a {color: #E64626;}
a {text-decoration: none;}

a:link {color: #E64626;}
a:visited {color: #E64626;}
a:hover {color: #E64626; text-decoration: underline;}
a:active {color: #E64626;}

h1 {color: #2c2c2c;}