<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html {
    width: 100%;
    height: 100%;
    background:#f8f8f8;
    font-size:18px;
    color:#585858;
    text-align:center;
    line-height:30px;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

p{
    font-weight:normal;
}

.has-error input[type=text]{
    color:#ff0000;
}

a:focus, a:hover {
    color:#ff540e;
    text-decoration: none;
}

.logo{
    max-width:277px;
    width:100%;
    margin:0 auto;
    display:block;
}

.header{
    padding-top:14px;
}

.social-links{
    margin:0;
    padding:0;
    text-align:center;
}
.social-links li{
    list-style:none;
    display:inline-block;
    padding:0;
    margin:10px 5px;
}
.social-links li a{
    color:#f8f8f8;
    background:#62cdf2;
    font-size:20px;
    padding:5px;
    display:inline-block;
    border-radius:10px;
}
.social-links li a i {
    width:30px;
}
.social-links li a:hover{
    background:#3e3f41;
}

.projects{
    margin-top:50px;
    float:left;
}

.projects .project{
    margin-bottom:20px;
}

.projects .image{
    display:block;
}

.projects .image img{
    display:block;
    max-width:100%;
    width:100%;
}

.projects .title{
    margin-top:10px;
    font-size:30px;
    font-weight:bold;
}

.projects .projects-social-links{
    text-align:center;
    margin:0;
    padding:0;
}

.projects .projects-social-links li{
    list-style:none;
    margin:0 5px;
    display:inline-block;
}

.projects .projects-social-links li a{
    color:#f8f8f8;
    background:#62cdf2;
    font-size:14px;
    padding:3px;
    display:inline-block;
    border-radius:5px;
}
.projects .projects-social-links li a:hover{
    background:#3e3f41;
}
.projects .projects-social-links li a i {
    width:30px;
}</pre></body></html>