body {
            font-family: Arial, sans-serif;
            text-align: center;
            padding-top: 10px;
            background: #d9d9d99d;
        }
        
.logo-stack-wrapper {
            /* Optional: shows the boundary of the stacked container */
            border: 1px solid #ccc; 
            background-color: rgba(92, 91, 91, 0.205);
            padding: 10px;
            height: 175px;
            margin-bottom: 10px;
            /* This keeps the whole block aligned to the left */
            text-align: left; 
        }

.logo-block {
            /* Ensures the image behaves like a block element, taking its own line */
            /*display: block; */
            float: left;
            height: 140px; /* Set your desired width */
            width: auto; 
        } 

#Menubar {
            margin-top: 65px;
            display: flex;
            justify-content: space-around;
        }

#Menubar a {
            text-decoration: none;
            font-size: 25px;
            color: black;
            margin: 0px;
        }

#tagline {
            font-size: 15px;
            font-style: italic;
            margin-top: 150px;
            margin-left: -182px;
            float: left; 
        }
        
         