h1 {
    font-weight:bold !important;
    font-size:20px;
}
h2 {
    font-weight:bold !important;
    font-size:18px;
}

h3 {
    font-weight:bold !important;
    font-size:16px;
    color: #03a9f4;
    text-transform: uppercase;
}
h4 {
    font-size:15px;
    font-weight:bold !important;
}
h5 {
    color:#015d9b;
    font-size:15px;
}
strong {
    font-size:16px;
}
p {
    font-size:18px;
}

html {
    width: 100%;
}
