@charset "utf-8";

body {
    background-color: #fff9d7;
}

h1 {
    background-color: #884404;
    color: #fed25a;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
  
}

h2 {
    background-color: #884404 ;
    font-size: 24px;
    color: #fed25a; 
    font-family: 'PT Sans Narrow', sans-serif;
    display: inline-block
}

h3 {
    font-size: 16px;
    color: black;
    font-family: 'PT Sans Narrow', sans-serif;
    display: inline-block;
    
}

p {
    font-size: 14px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-left: auto;
    line-height: normal;
}

li {
    margin-bottom: 4px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}

footer {
    text-align: center;
}

nav a {
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #884404;
    text-decoration: underline;
    
}

nav {
    text-align: center;
    text-transform: uppercase;
    
    
}

.other { 
    background-color: #884404 ;
    font-size: 24px;
    color: #fed25a; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display:inline
}