/* @import "../common.css"; */
/* @import "./default-overrides.css"; */

:root {
    --main-accent-color: #333;
    --main-bg-color: #242226;
    --main-text-color: #fff;
    --main-card-color: #ff0057;
}

/* Main app styles */
body,
html {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
}

body {
    background-image: url('https://jemi.so/_next/image?url=https%3A%2F%2Ffirebasestorage.googleapis.com%2Fv0%2Fb%2Fjemi-testing.appspot.com%2Fo%2Fuploads%252F5ZT9cmMr7KcmvKEuLoFVGTg4WdS2%252F36jibs6ipjni397h3j3qan-sagun%2520%2526%2520AK%2520-%2520Banner.jpg%3Falt%3Dmedia%26token%3D339904aa-60f3-485b-88cc-3750b87b7612&w=2048&q=75');
    background-attachment: fixed;
    background-size: cover;
}

#akthesavior {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-size: 1rem;
    margin: 0 32px;
}

#content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content {
    flex-wrap: wrap;
    justify-content: space-around;
}

#link-button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    margin: 1.25rem;
}

#link-button:hover {
    background-color: black;
}

#mushi {
    font-weight: bold;
}

#ppcontainer {
    border-radius: 50%;
    border: 2px solid white;
    height: 100px;
    margin: 1.25rem 0 0 0;
    overflow: hidden;
    width: 100px;
}

#profile-link {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

#profile-link:hover {
    background-color: black;
}

.content {
    box-sizing: border-box;
    padding: 1rem;
}

p {
    margin: 0;
    font-size: 1.1rem;
}

svg {
    fill: var(--main-text-color);
}

a {
    color: var(--main-text-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h4 {
    font-size: 1.25rem;
    margin: 1.25rem;
}

.center {
    align-items: center;
    justify-content: center;
}

.column {
    flex-direction: column;
}

.flex {
    display: flex;
}

.flex-item {
    flex: 1;
}

.justify-space-between {
    justify-content: space-between;
}

.margin-10 {
    margin: 10px;
}

/* Common Header & Footer Styles */

header,
footer {
    display: flex;
    height: 50px;
}

header {
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100px;
}

footer {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#version-number {
    font-style: italic;
}

header {
    justify-content: space-between;
}

#home-button:hover path {
    fill: white;
}

.header-button {
    display: flex;
}

/* Main app styles */
body,
html {
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
}

#content {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#content {
    flex-wrap: wrap;
    justify-content: space-around;
}

.content {
    box-sizing: border-box;
    padding: 1rem;
}