* {
    -webkit-tap-highlight-color: transparent;
}

.full-page-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;

    .full-page-body {
        width: 100%;
        height: 100%;
        max-width: 550px;
        margin-top: 1rem;
        overflow-y: hidden;
    }

    .full-page-header {
        height: 3.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: white;
        border-bottom-width: 1px !important;
        border-bottom-style: solid;
        border-color: #e2e8f0 !important;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}