html, body {
    background-color: #f8f6f6;
    height: 100%;
    margin: 0;         /* Reset default margin on the body element */
    font-family: Tahoma, Verdana, Arial, sans-serif;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center; 
  height: 50px;
}

.exobase-iframe {
    display: block;       /* iframes are inline by default */
    background: #000;
    border: none;         /* Reset default border */
    width: 100%;
    height: calc(100% - 50px);
}

.header-text {
    font-family: "Vast XL", "Corbel", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.button-exobase {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgb(0, 110, 100);
    /* font-family: "Vast XL", "Corbel", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    padding: 0 18px;
}

.button-logout {
    display: inline-block;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 2px;
    height: 36px;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    background-color: rgb(0, 110, 100);
    padding: 0 18px;
}

.span-buttons {
    padding: 10px;
}
