<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Font used */
body{
    font-family: 'Roboto', sans-serif;
}

/* Colors */
.header{
    background: black;
    color: snow;
}

.snow-color, .header-path, p, h1,h2, h3, h4, label{
    color: snow !important;
}

.header-path:hover{
    color: snow;
    filter: brightness(85%);
}

a.active{
    border-top: 3px solid snow;
    /* color:snow; */
} 

.transbox{
    background-color: rgb(0,0,0,0.5);
}

#greeting-card{
    background-color:rgba(0,0,0,0.3);
    /* opacity: 0.4; */
    color: snow !important;
}

.btn .snow-color:hover, .fa-youtube:hover{
    /* color: snow; */
    filter: brightness(85%);
}

.owl-prev, .owl-next{
    background-color:snow !important;
    width: 50px !important;
}

/* Font sizes */
.icon:hover{
    font-size: 3em;
}

#header-brand{
    font-size: 24px;
}

#main-title{
    font-size: 48px;
}

.fixed-height{
    height: 30px;
}


.devicon-github-plain{
    /* color: snow !important; */
    font-size: 30px;
}

/* Width and overflow sizes */
.overflow-scroll{
    overflow: scroll !important;
}
.form-stuff{
    width: 60% !important;
}

.button-size{
    width: 30% !important;
}

/* Icons */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,250,250, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

/* Canvas styling information */
canvas {
    background: black;
    position: fixed;
    z-index: -9999;
    width: 100%;
}
</pre></body></html>