:root { --bulma-primary-h: 197deg; --bulma-primary-l: 47%; --bulma-info-h: 175deg; --bulma-info-s: 88%; --bulma-info-l: 42%; --bulma-navbar-item-img-max-height: 200px; } html{ background-color:rgb(231, 230, 221); font-family: "Playwrite AU SA", serif; height: 100%; } body{ font-family: "Playwrite AU SA", serif; } nav{ font-family: "Playwrite AU SA", serif; } header{ position: relative; text-align: center; color: antiquewhite; } .centerimg { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 4em; } #heroImg{ position: absolute; /* height: 600px; */ } .navbar-item img, .navbar-item svg { /* max-height: var(--bulma-navbar-item-img-max-height); */ max-height: 1.30em; } .is-overlay{ margin: auto; } .contact{ background-color: rgb(188, 231, 231); border: 1px; border-radius: 15%; padding: 5px; margin: auto; text-align: center; } ffooter{ position: fixed; left: 0; bottom: 0; width: 100%; max-height: fit-content !important; padding: 0; }