/* CSS page for index.html */

body {

    font-size: 10px;
    font-family: 'Oxygen', sans-serif;
    font-weight: bold;
    color: #fffdf0;
    background-color: #262626;

}

div {

    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;

}

h1 {

    font-size: 3.5rem;
    color: #ffe54d;

}

p {

    font-size: 1.5rem;

}

a {

    text-decoration: none;
    color: #ffe54d;

}

a:hover {

    color: #ffde20;

}

.signature {

    text-align: right;

}