@font-face  {
    font-family: Roboto-Medium;
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face  {
    font-family: Roboto-Regular;
    src: url("../fonts/Roboto-Regular.ttf");
}

@font-face  {
    font-family: Roboto-Light;
    src: url("../fonts/Roboto-Light.ttf");
}

@font-face  {
    font-family: Roboto-Thin;
    src: url("../fonts/Roboto-Thin.ttf");
}

*   {
    margin: 0;
    padding: 0;
}

html    {
    background-color: RGB(250,250,250);
    position: relative;
}

section    {
    width: 90%;
    max-width: 900px;
    margin: auto;
}

h1  {
    font-family: Roboto-Regular;
    color: RGB(55,55,55);
    font-size: 2.4rem;
    text-align: center;
    
}

.subtitle   {
    font-weight: 100;
    font-size: 1.5rem;
}

div    {
    margin-top: 2rem;
    position: relative;
}

h2  {
    color: RGB(55,55,55);
    font-family: Roboto-Regular;
    font-size: 1.8rem;
    margin-bottom: 0.2rem;
}

div p  {
    color: RGB(35,35,35);
    font-family: Roboto-light;
    font-weight: 100;
    font-size: 1rem;
}

div img    {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}

footer  {
    width: 100%;
}

.copyrightclass  {
    background-color: RGB(55,55,55);
    padding: 0;
    margin: 0;
    width: 100%;
}

p   {
    font-family: Roboto-Light;
    color: RGB(30,30,30);
    font-size: 1.2rem;
    margin-bottom: 1em;
}

.footermaxwidth   {
    width: 90%;
    margin: auto;
    padding: 10px 0 10px 0;
}

.copyrightclass p  {
    color: white;
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
}