body{
    color: whitesmoke;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url("frank.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
}

ol{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1{
    text-align: center;
}

header {
    background-color: #1a1a1a;
    padding: 10px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
} 

header{
    font-size: 15px;
    font-weight: bold;
    color: whitesmoke;
}

nav a {
    color: whitesmoke;
    text-decoration: none;
    margin-left: 20px;
    font-weight: bold;
}

footer {
    background-color: #1a1a1a; 
    color: #ffffff; 
    text-align: center;
    padding: 40px 0;
    font-size: 14px;
    line-height: 1;
    margin-top: 300px;
}

footer a {
    color: #4aa3ff; 
    text-decoration: none;
    font-weight: 500;
}

footer a:hover {
    text-decoration: underline;
}

footer .footer-divider {
    margin: 20px auto;
    width: 90%;
    border-top: 1px solid #666;
}

footer .copyright {
    font-size: 13px;
    color: #aaa;
    margin-top: 10px;
}

.logo{
    height: 45px;
  width: auto;
  object-fit: contain;
}