.project-logo {
    user-select: none;
    transition: 0.2s;
    position: relative;
    display: block;
    margin: auto;
    padding-bottom: 15px;
    width: min(100%,500px);
    filter: drop-shadow(0px 0px 0.5vw #000000);
}

body {
    /*font-family: roboto, sans-serif;*/
    background: linear-gradient(to bottom, #000000FF 0px, #00000088 600px), url(/img/authorbg.webp) no-repeat fixed;
    background-size: cover;
}

.mirror {
    color: #BFBFBF;
    font-size: 12pt;
}

.mirror:hover {
    transition: 0.3s;
    color: cyan;
}

.main-window {
    user-select: none;
    padding: 20px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;    
    height: max-content;
    background-color: #2a2a2acf;
    border-radius: 10px;
    box-shadow: 0 0 15px rgb(13 13 13);
    color: white;
    
    font-size: clamp(6pt, 3vw, 12pt);

    @media (max-width: 1000px) {
        width: 80%
    };
    @media (min-width: 1000px) {
        width: 70%
    }
}

.project-cover{
    width:45%; 
    float:left; 
    margin-right:25px;
    margin-bottom:10px;
    margin-top: 10px;
    text-align: left;

    @media (max-width: 1000px) {
        margin: auto;
        float:none;
        width: min(80%,320px);
    };
    @media (min-width: 1000px) {
        width: 30%;
    }
}

.social {
    border-radius: 10px;
    padding: 5px;
    padding-left:9px;
    padding-right:9px;

    margin: 0 auto;
    margin-right: 15px;
    margin-bottom: 35px;
    position: relative;
    width: max-content;
    height: max-content;
    background-color: #2a2a2acf;
    color: white;
}

/*.baldrfooter {*/
/*    user-select: none;*/
/*    background-color: #2a2a2acf;*/
/*    position: relative;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/

/*    height: 20px;*/
/*    transition: 0.2s;*/

/*    color: white;*/
/*    text-align: end;*/
/*    padding-right: 15px;*/
/*    font-family: 'Roboto', sans-serif;*/
/*    font-weight: 400;*/
/*}*/

h2 {
    font-weight: 700;
}

.hlight
{
    color: rgb(217, 255, 202);
}

a {
    color: rgb(255, 213, 136);
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 400;
    text-decoration: none;
    transition: 0.2s;
}

a:hover {
    color: orange;
}


table{
    padding: 15px;
    border-radius: 10px;
    border-collapse: inherit;
    border-spacing: 15px;
    box-shadow: 0 0 15px rgb(40, 40, 40);
    background-color: rgba(16, 16, 16, 0.5);
}

img{
    vertical-align: middle;
}
.emoji {
    vertical-align: middle;
    width: 16px;
    height: 16px;
}

.slider-bg{
    position: relative;
    border-radius: 10px;
    height: 40px;
    width: 200px;
    max-width: 200px;
    background-color: rgba(16, 16, 16, 0.5);
    box-shadow: 0 0 15px rgb(40, 40, 40);
    overflow: hidden;
}

.slider{
    border-radius: 10px 0 0 10px;
    height: 100%;
}


.slider-text{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    text-shadow: 2px 2px 3px #000000;
}