

body {
    background: white;
    font-family: Arial, sans-serif;
    width: 100%;
}

.container{
    background-color: rgb(248, 244, 240);
    width: 100%;
    height: auto;
}

h1 a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

nav {
    text-align: justify left;
}

nav ul {
    list-style: none;
    padding: 0;
    
}

nav li {
    margin-bottom: 0px;
}

nav a {
    text-decoration: none;
    color: black;
}

footer {
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    color: #777;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

article {
    text-align: justify;
    font-size: 15px;
}
