.button {
    border-color: rgba(52, 94, 115, 0.3) !important;
    color: #345e73 !important;
    cursor: pointer;
    font: normal 16px sans-serif;
    letter-spacing: 2px;
    padding: 12px 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    background: rgba(52, 98, 115, 0.15)!important;
    text-align: center;
    opacity: 1!important;
    outline: none;
    z-Index: 999;
    font-weight: 600!important;
    user-select: none;
    box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.15);
}

.button:hover {
    background: rgba(40, 78, 107, 0.22) !important;
}

.buttonGroup {
    display: flex;
    margin-top: 32px;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    gap: 32px;
}


.header {
    width: 100%;
    text-align: center;
    border-top: solid 1px #546a8a;
    border-bottom: solid 2px #93a6ba;;
    background-image: linear-gradient(to right, #042E55, #1C3D5C);
    padding: 8px;
    color: #ccdbeb;
    box-sizing: border-box;
    font-size: 32px; letter-spacing: 8px;
    font-family: Goldman, system-ui; font-weight: 400; font-style: normal;
}


.splashScreen {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    background-image: linear-gradient(120deg, #b9cbd9, #d1dde3);
    height: 100vh;
    width: 100%;
    padding: 0;
    overflow: auto;
}

.quote {
    margin-top: 36px;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 6px;
    color: #042E55;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.9);
    width: 50%;
    max-width: 800px;
    box-shadow: 6px 6px 8px 0 rgba(0,0,0,0.14);
    height: 100%;
    overflow: hidden;
    flex-grow: 0;
    margin-bottom: 32px;
}

.quoteInner {
    box-sizing: border-box;
    height: 100%;
    padding: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.quote p {
    margin-top: 0;
}

.quote a {
    color: #042E55;
}

.root {
    height: 100vh;
    overflow: hidden;
}