    *{
        padding:0;
        margin: 0;
    }
#navbar{
    height: '60px';
    background-color:white;
}
h1 {
    text-align: center;
    color: rgb(49, 96, 80);
     
}

p{
    text-align: right;
}

a{
    margin-top: 100px;
    text-decoration: none; 
}
div{
    font-weight: 1000;
    letter-spacing: .1em;
}
footer{
    footer{
        -webkit-text-size-adjust: 100%;
        pointer-events: auto;
        --rem: 16;
        text-align: center;
        font-family: futura-pt;
        font-weight: 300;
        font-style: normal;
        font-size: 16px;
        letter-spacing: .06em;
        line-height: 1.6em;
        text-transform: none;
        color: #000;
        background-color: #f6f6f6;
        -webkit-font-smoothing: subpixel-antialiased;
        display: block;
    }
}