﻿header {
    background-color: white;
    width: 100%;
    height: 150px;
    border: 1px, solid, red;
}

* {
    font-family: Arial;
    font-size: 16px;
    text-size-adjust: 150%;
}

h1 {
    font-size: 30px;
}

#PageWrapper {
    width: 100%;
    margin: auto;
    border: 0.5px, solid, #FFD700;
}

nav {
    width: 100%;
    background-color: beige;
}

section#MainContent {
    width: 75%;
    float: left;
}

aside {
    background-color: beige;
    width: 25%;
    float: left;
}

footer {
    background-color: #C0C0C0;
    width: 100%;
    clear: both;
}

.Logo {
    background-color: #D3D3D3;
}

.pos1 {
    margin-left: 25px;
    text-justify: distribute-all-lines;
    text-align: justify;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-right: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.side {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    margin-right: 10px;
  
    text-align: justify;
    text-justify: distribute-all-lines;
    text-size-adjust: 100%;
    padding:5px;
    border: 1px, solid, #50C878;
}

h2 {
    color: white;
    background-color: #8B0000;
    font-size: 24px;
    margin-right: 25px;
}

h3 {
    color: white;
    background-color: #665700;
    font-size: 20px;
    margin-right: 5px;
}
