

/* Stylesheet */
    input {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 3px solid #202A44;
    border-radius: 10px;
    box-sizing: border-box;
    align-items: center;
    }
    button {
        width: 140px;
        background-color: #202A44;
        color:white;
        padding: 14px 20px;
        margin: 8px 0;
        margin-left: 150px;
        border: 2px solid black;
        border-radius: 10px;
        cursor: pointer;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

   h1 {
    color: #202A44;
    opacity: 0.6;
   }

    h2 {
        text-align: center;
        color: #202A44;
        font-size: medium;
    }
    body {
        /*background-color: burlywood;*/
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        padding: 20px;

    }
/* Navigation */

Nav {
    background: grey;
    width: 100%;
    height: 50px;
    align-content: center;
    text-align: center;
    border-radius: 10px;
}
a {
    line-height: 4;
    color: yellow;
    font-weight: bolder; 
    text-decoration: none;
    margin-left: 20px;
    position: relative;
}
a:hover {
    color: #202A44;
}

a.active {
    color: yellow
}
/* Footer */
footer {
    margin-top: 20px;
    background: grey;
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    color: yellow;
    align-content: center;
    text-align: center;
    line-height: 4;
    border-radius: 10px;
}

h3 {
    margin-left: 150px;
}


#article {
    padding: 5% 10% 0;
}


a {
    color:blue;
}