html,
body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Tabitha";
    font-size: 22px;
    height: 100%;
    margin: 0;
}

/* wrapper */
.full-height {
    min-height: 100vh;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.position-ref {
    position: relative;
}

/* content */
.content {
    text-align: center;
    width: min(700px, 92vw);
    margin: 0 auto;
}

.m-b {
    margin: 20px 0;
}

/* top-right action button */
.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.welcome-actions {
    margin-top: 20px; /* ha a top-right marad absolute, ez kb csak "plusz levegő" */
}

/* logo */
.welcome-logo {
    width: min(520px, 80%);
    height: auto;
    display: block;
    margin: 0 auto;
}

/* bottom footer */
.bottom-left {
    position: absolute;
    left: 10px;
    bottom: 8px;
}

.welcome-footer p {
    color: #3f3f3f;
    font-size: 11px;
    margin: 0 0 2px 0;
}

/* info line */
.welcome-more {
    font-size: 14px;
}

.welcome-link {
    color: #c0880f;
    text-decoration: none;
}

.welcome-link:hover {
    text-decoration: underline;
}

/* button (maradhat ugyanaz) */
.primary-v1 {
    border-radius: 10px;
    padding: 10px 60px;
    font-family: "Roboto", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: black;
    background: #fdbf38;
    box-shadow: 0 1px 5px #232324, inset 0 10px 20px #fdbf38;
}

.primary-v1:hover {
    color: white;
    background: #59595d;
    box-shadow: 0 1px 5px #232324a1, inset 0 10px 20px #59595d;
}

/* responsive */
@media (max-width: 1024px) {
    .content {
        width: min(520px, 92vw);
    }

    .primary-v1 {
        padding: 10px 28px;
        font-size: 1rem;
    }
}
.content {
    padding-top: 40px;
}

.welcome-actions > a {
    text-decoration: none;
}
