    
        body {
            margin: 0;
            background-color: black;
        }
        header {
            width: 100%;
            background-color: #B00B39;
            padding: 40px;
            text-align: center;
            font-size: 100px;
            color: white;
            font-family: 'Sedan SC', sans-serif;
            position: static;
            top: 0;
            left: 0;
            width: 100%;
            padding-top: 20px;
            padding-bottom: 70px;
        }
        img {
            max-width: 100%;
            height: auto;
        }
        .container {
        	right: 100px;
            display: flex;
            width: 100%;
        }
		.sidebar  { 
		font-size:20px;
    top: 40px;
    left: 20px;
    width: 25%;
    background-color: #B00B39;
    padding: 20px;
    margin: 20px;
}
        .sidebar a {
            color: #FFD700;
            text-decoration: none;
        }
        .image-container {
        display: flex;
    overflow:hidden;
    width: 66%; 
}
        .image-container img {
            max-width: 100%;
            height: auto;
        }
        .gutter {
            padding-top: 20px;
        }
    