.page-container{display:flex;flex-direction:column;height:100vh}.header{display:flex;align-items:center;padding:10px;position:fixed;top:0;left:0;z-index:1;background-color:#fffffff2;width:100%;justify-content:space-between;border-bottom:2px solid #000}.header-image{height:40px;margin-right:10px}.header-image:last-child{margin-right:0}.header-text{font-size:1.5em;color:#000}.header-buttons{display:flex;gap:10px}.header-button{color:#000;text-decoration:none;padding:10px 15px;border:1px solid #000;border-radius:5px;background:transparent;transition:background .3s,color .3s}.header-button:hover{background:#000;color:#fff}.map-container{flex:1;margin-top:60px;width:100%}