<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********** HEADER ************/
@media only screen and (max-device-width: 500px) {

html {
    font-size: 18px;
}

#main-header {
    font-family: 'Domine', sans-serif;
    text-align: center;
    padding: 5px;
    margin: 10px;
}

#name {
    display: block;
    padding: 10px;
    margin-left: 0px;
    margin-top: 10px;
}

nav {
    display: block;
    font-size: 20px;
    color: #0093b0;
    margin: 10px;
}

nav a {
    padding-right: 8px;
    padding-left: 8px;
}

#content {
    margin: 10px;
}

#publications {
    margin: 10px;
}

/*********** ABOUT ************/
#profile-img {
    text-align: center;
    width: 100%;
}

#profile img {
    width: 80%;
    margin-bottom: 20px;
    border-radius: 20px;
}

#profile-description {
    text-align: justify;
}

/*********** RESEARCH ************/
.work-item {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    height: 100%;
}

.work-item-img {
    text-align: center;
    width: 100%;
}

.work-item-img img {
    width: 100%;
    margin-bottom: 10px;
}

.work-item-text {
    text-align: justify;
}

.work-item-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

/*********** WORK PAGES ************/

.work-page {
    text-align: center;
}

.work-page-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Domine', sans-serif;
    text-transform: lowercase;
    text-align: center;
}

.work-page-description {
    text-align: justify;
}

iframe {
    border: 7px solid #eee;
    margin-top: 20px;
}

.work-page-image {
    margin-top: 20px;
    border: 7px solid #eee;
    max-width: 90%
    max-height: 300px;
}

li {
    margin-left: 0;
    margin-bottom: 10px;
}

.work-page-publications {
    text-align: justify;
}

ol {
    padding-left: 15px;
}

.work-page-images iframe {
    width: 95%;
    height: 200px;
}

/*********** FOOTER ************/
footer {
    text-align: center;
    margin: 0px;
}
}</pre></body></html>