#overlay {
    position: fixed;
    left: 0vw;
    top: 0svh;
    width: 100svw;
    height: 100svh;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: left 0.5s ease-in-out;
    z-index: 1;
    color: white;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#overlay > * {
    font-family: 'PublicSans-Bold';
}

#overlay > #portrait {
    position: fixed;
    height: 100svh;
    width: 100svw;
    top: 0;
    left: 0;
    object-fit: cover;
    display: contents;
    justify-content: center;
    align-items: center;
}

#overlay > #portrait > #overlay-cover {
    position: fixed;
    height: 100svh;
    object-fit: cover;
}

#overlay > #portrait > #overlay-icon {
    position: fixed;
    top: 10svh;
    width: 10svi;
}

#overlay > #portrait > p {
    position: fixed;
    margin: 0;
    padding: 1svi;
    color: white;
    font-size: 2svh;
    font-weight: 100;
    font-style: normal;
    text-align: center;
    width: 60%;
    color: white;
    z-index: 1;
    bottom: 15svh;
}
