@font-face {
    font-family: 'OpenSans';
    src: url('https://silversunset.net/resources/fonts/OpenSans/OpenSans-Regular.woff') format('woff'), 
         url('https://silversunset.net/resources/fonts/OpenSans/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html {
    height: 100%; 
    width: 100%; 
    margin: 0;
    font-size: 0.9em;
    height: 100%;
    font-family: 'OpenSans', normal;
    overflow: auto;
    /*font-family: Helvetica, Arial, sans-serif;*/
    /*background-image: linear-gradient(to bottom right, #f6d5d5, #ffe5d5, #fffbe4, #edf7ef, #f0fefd, #e7e8fe, #f9e3ff);*/
    /*background-image: linear-gradient(to bottom, #E47473, #FFAB74, #FFF3A6, #C6E6CA, #D0FCF9, #B0B4FC, #EBA4FF);*/
    background-image: linear-gradient(to bottom, #f6d5d5, #ffe5d5, #fffbe4, #edf7ef, #f0fefd, #e7e8fe, #f9e3ff, #f6d5d5);
}
* {box-sizing: border-box;}

.content {
    margin: 20px auto;
    max-width: 1000px;
    overflow: hidden;
}
.about {
    margin: 10px;
}
.title {
    font-size: 1.5em;
    display: inline-block;
    height: 60px;
}
.title img {
    height: 50px;
    width: 50px;
}
.title p {
    float: right;
    margin: 5px 0px;
    padding: 5px 5px;
}
.socials, .projects{
    text-align: center;
}
.projects p {
    margin: 0px 10px;
    text-align: left;
}
.card {
    text-align: center;
    width: 250px;
    margin: 15px 15px;
    display: inline-block;
    /*font-size: 1.25em;*/
}
.card a {
    background: white; 
    text-decoration: none;
    color: black;
    display: block;
    padding: 5px 0;
    border-radius: 2px;
    box-shadow: 0px 0px 5px #cccccc;
    transition: all 0.4s ease;
}
.card a:hover {
    background-color: #C6E6CA!important;
}
.branding {
    font-size: 40px;
}
.links {
    margin: 50px 10px 0 10px;
    font-size: 0.75em;
}

.quotes {
    text-align: center;
    font-style: italic;
    font-size: 0.8em;
}

