    body {
        padding-left: 16px;
        padding-right: 16px;
        margin: auto;
        max-width: 90%;
        height: 100vh;
        background-color: #000;
        background-image: url('https://images.unsplash.com/photo-1667640867071-1a7d811769da?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1171&q=80');
        background-size: cover;
        background-position: center;
    }
    
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    a {
        color: #3b8f1a;
        text-decoration: none;
        margin-left: 16px;
        font-weight: 800;
    }
    
    a:hover {
        text-decoration: underline;
    }
    
    header .headline {
        color: rgb(95, 9, 26);
    }
    
    img {
        box-shadow: 8px 8px 10px #aaa;
        border: 12px solid #3e2b14;
        padding: 0px;
    }