html{
    font-size: 100%;
}

.main-navi{
    display: flex;
    margin-top: 20px;
}

.page-header{
    display: flex;
    justify-content: space-between;
}

body {
    margin-left: 5%;
    margin-right: 5%;
    background-color:white;
}

p {
    color: black;
    font-size: 16px;
    font-family:'Courier New', Courier, monospace;
    line-height: 0px
}

h1{
    color: black;
    font-size: 30px;
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
    text-align:left
}

h2{
    color:black;
    font-size: 20px;
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
    text-align:left
}

h3{
    color:black;
    font-size: 18px;
    font-family:'Courier New', Courier, monospace;
    font-weight: regular;
    text-align:left
}


.white{
    color: white;
}


a {
    text-decoration:none; 
}


