.page {
    margin: 0 auto;
    float: none;
    max-width: 500px;
    position: absolute;
    left: 0;
    right: 0;
}

.container {
    display: flex;
    row-gap: 5vw;
    justify-content: space-between;
    flex-direction: column;
    overflow-y: auto;
    padding-top: 5vw;
    padding-bottom: 25vw;
}

.card {
    border-radius: 32px;
    background: #ebebffff;
    padding: 2px;
    padding-top: 5vw;
    width: 95vw;
    height: 33vh;
    max-width: 475px;
    min-width: 128px;
    min-height: 256px;
    margin: auto;
    text-align: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    text-decoration: none;
    color: transparent;
    text-align: left;
    font-size: smaller;
    background: #ebebffff;
    border-top-left-radius: 32px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    transition-timing-function: ease-in-out;
    transition: all 0.5s;
}

.page-blog {
    margin: 0 auto;
    float: none;
    max-width: 85vw;
    position: absolute;
    left: 0;
    right: 0;
}

.figure-blog {
    display:block;
    margin: auto;
    max-width: 90%;
}

figcaption {
    text-align: center;
}

.card-blog {
    border-radius: 32px;
    background: #ebebffff;
    padding: 2px;
    padding-top: 5vw;
    padding-bottom: 5vw;
    width: 100%;
    height: fit-content;
    text-align: center;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-bottom-bar-blog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 22px;
    height: auto;
    min-height: 64px;
    max-height: max-content;
    color:  #262626ff;
    text-align: left;
    font-size: smaller;
    background: #ebebffff;
    border-top-left-radius: 32px;
}

.card:hover .card-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    color: #262626ff;
    background: #ebebffff;
    border-top-left-radius: 32px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.card-bottom-bar-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    color:  #262626ff;
    text-align: left;
    font-size: smaller;
    background: #ebebffff;
    border-top-left-radius: 32px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}


.card-bottom-bar-links
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
    border-top-left-radius: 32px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}

.card img {
    position: relative;
    height: 48px;
    width: auto;
    padding: 8px;
}

.card-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: rgba(255, 255, 255, 0);
}

.card-left-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    display: flex;
    flex-direction: column;
}

.card-badge {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 64px;
    background: #ff6464ff;
    border-bottom-left-radius: 32px;
    border-top-right-radius: 32px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 48px;
    line-height: 64px;
}

.navbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    height: 64px;
    background: #c8c8faff;
    border-top-left-radius: 32px;
    text-align: center;
}

.navbar img {
    position: relative;
    height: 48px;
    width: auto;
    padding: 8px;
}

.navbar a {
    position: relative;
    height: 100%;
    width: auto;
    padding: 8px;
}

.navbar-container {
    width: 100%;
    height: 64px;
    background: #c8c8faff;
    border-top-left-radius: 32px;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items:  center;
    text-align: center;
}

.navbar-container-desktop {
    width: 100%;
    height: 64px;
    background: #c8c8faff;
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items:  center;
    text-align: center;
}

.whois {
    text-align: left;
    width: 90%;
    text-indent: 32px;
    border-radius: 32px;
    background: #ebebffff;
    color: #262626ff;
    padding: 2px;
    padding-top: 5vw;
    padding-bottom: 5vw;
    width: 95vw;
    height: auto;
    max-width: 475px;
    min-width: 128px;
    min-height: 256px;
    margin: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.privacy-page {
    margin: 0 auto;
    float: none;
    max-width: 500px;
    position: absolute;
    left: 0;
    right: 0;
}

.privacy {
    text-align: center;
    width: 90%;
    text-indent: 32px;
    background: #ebebffff;
    border-radius: 32px;
    background: #ebebffff;
    padding: 2px;
    padding-top: 5vw;
    padding-bottom: 5vw;
    width: 95vw;
    height: auto;
    max-width: 475px;
    min-width: 128px;
    min-height: 256px;
    margin: auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.clickable {
    transition-timing-function: ease-in-out;
    transition: transform 0.33s;
}
.clickable:hover {
    transform: scale(1.1);
}