html {
    font-family: Arial;
}

h1 {
    text-align: center;
    border: 2px dashed #ffdfea;
    border-radius: 5px;
    width: fit-content;
    margin: 0 auto;
    padding: 10px;
}

li a {
    display: block;
    color:#000;
    text-decoration: none;
}

li a:hover {
    background-color: white;
}

footer {
    bottom: 0;
    width: 100%;    
}

article {
    width: 50%;
    height: 50px;
    padding: 10px;
    display: inline-block;
    box-sizing: border-box;
    left: 0;
}

aside {
    background-color: #ffdfea;
    width: 200px;
    height: auto;

}

section { 
    clear: both;
    float: left;
    width: 50%;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
}

.text{
    background-color: #ffdfea;
}

.nav {
     
     font-size: 20px;
     list-style-type: none;
     margin: 0px;
     padding: 0px;
    display: inline-block;
   }

.nav-list {
    background-color: #ffdfea;
    float: left;
    padding: 3px;
}

.smiley {
    width: 50px;
    height: 50px;
    float: left;
    /* margin-right: 10px; */
}

.related {
    list-style-type: none;
    font-weight: bold;
}

.articles {
    text-decoration: underline 2px white;
    text-align: center;
}
