*{
    color: #ddd;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

nav{
    border-bottom: 3px solid #333;
    _border:1px solid #f0f;
    display: flex;
    align-items: center;
    
}

nav p{
    padding:5px;
}

nav a{
    justify-content: left;
    display:block;
    background-color: #ddd;
    color:#222;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
}

h1{
    font-size: 3em ;
}

h2{
    font-size: 3em ;
}

p{
    font-size: 1.2em;
}

.image-container{
    display: flex;
    gap: 10px;
}

.image-container img{
    width: 500px;
    max-width: 100%;
    height: auto;
}

section{
    margin-left:40px;
    margin-bottom:60px;
    margin-top:40px;
    margin-right:20px;
}

body{
    background-color: #222;
}

footer ul li a{
    justify-content: left;
    display:inline-block;
    background-color: #ddd;
    color:#222;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px; 
}