﻿header
{
        text-align: center;
}
footer {
        text-align: right;
}
a:link {
font-size:100%;
    color: red;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
font-size:100%;
    color: red;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
font-size:100%;
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
font-size:100%;
    color: pink;
    background-color: transparent;
    text-decoration: underline;
}
nav {
font-size:140%;
text-align: center;
}


div {

  width: 960px;

}
div {

  width: 960px;

  margin-left: auto;

  margin-right: auto

}
body {

text-align: center;

}
div {

  width: 960px;

  margin-left: auto;

  margin-right: auto;

  text-align: justify;

}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

p {
font-size:120%;
}