﻿p {
    font-weight: 400;
    font-size: 17px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
}

h2 {
    font-size: 35px;
}

h1 {
    font-size: 30px;
}

html {
    background: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#main-doc {
    background-color: #ffffff;
    padding: 30px 20% 10px 20%;
}

a:visited {
    color: blue;
}

