<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.present_1{
    margin: 0;
    background-color:white;
    height: auto;
    padding-top:90px;
    padding-bottom: 50px;
}
.name a{
    color: #AFAFAF;
    font-family:'Muli', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    line-height: 25px;
    list-style: none;
    }
.name a:hover{
    color: black;
    }
.name a:visited{
    color: yellowgreen;
    }</pre></body></html>