@font-face {
    font-family: 'ductus';
    src: url('../files/DuctusCalligraphic.woff2');
    font-weight: 400;
    font-style: normal;
}

body, #homebttn, a {
    color: whitesmoke;
}

header * {
    color: black;

    a, #about-student a {
        border-bottom: 2px solid #99f;
    }
}

small {
    font-size: .8rem;
    vertical-align: top;
    color: rgb(102 51 153);
}

#main {
    background: url('../files/blackwhite-0013.gif');
}

.workimg {
    border: outset whitesmoke 5px;
    padding: 0;
    max-width: 45%;
}

[class*="col"] img {
    margin-right: 7%;
    padding-right: 0;
}


#publist {
    padding: 0;
    margin-bottom: 10vh;

    li#main-title {
        font-family: 'ductus';
        font-size: 3rem;
        list-style-type: none;
        height: fit-content;
        color: whitesmoke;
        text-shadow: 0 0 .8rem rgb(245 245 245);
        -webkit-text-stroke: rgb(102 51 153) .09rem;
    }
}

.ext {
    border-bottom: none;
    background: none;
}

#publication {
    a {
        padding: .1rem .2rem .2rem;
        border: outset .15rem whitesmoke;
        background-color: whitesmoke;
        color: black;
        width: fit-content;
    }

    li {
        width: fit-content;
    }

    li:hover {
        transform: scale(95%);
    }
}