body{
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100svh;
}

#header
{
    box-shadow: 0px 2px 7px 0px gray;
    margin-bottom: 5px;
    position: sticky;
    top: 0;
    background: white;
    background: #ffffffcc;
    z-index: 999;
    backdrop-filter: blur(6px);
}

.head-logo
{
    padding: 5px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.head-logo img
{
    display: block;
    opacity: 33%;
}

.head-logo-container
{
    border-radius: 100%;
    padding: 5px;
    box-shadow: 0px 0px 7px 0px gray;
    background: #ffffffcc;
}

#head-logo-text, .construction-text
{
    text-align: center;
    font-family: 'webfont-head';
}

#head-logo-text
{
    font-size: 24px;
    text-shadow: 0 0px 11px white;
    position: absolute;
}

.content img
{
    margin: auto;
    display: block;
}

#insta-logo
{
    margin: auto;
    display: block;
    height: 50px;
    padding: 10px;
}

.construction
{
    position: absolute;
    font-size: 5vw;
}

.construction-text 
{
    color: white;
    background: #9a2321af;
    height: auto;
    margin: auto;
    width: fit-content; 
    border-radius: 7px
}

@font-face 
{
    font-family: webfont;
    src: url("./Import/Font/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: webfont-head;
    src: url("./Import/Font/LexendExa-VariableFont_wght.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.glass
{
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(135deg, #00000011 0px, #ffffff33 30%, transparent 44%, #00000017 62%, #ffffff1a 73%, transparent 76%, #0000000a 93%);
    border-color: #00000055 #ffffff55 #ffffff55 #00000055;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    left: 0;
}

button:hover
{
    background: transparent;    
}

.image-container
{
    object-fit: cover;
    position: relative;
    margin: 20px;
}

.container
{
    margin: auto;
    border-radius: 0.5rem;
}

.container *
{
    border-radius: 0.5rem;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 90vw;
}

.image-container img
{
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 13px 5px #666;
}