
    body {
        background-color: #1d2028;
    }

    body.home #header {
        background-color: #1E2129;
        box-shadow: 0 0 25px rgba(0, 0, 5, 2);
    }

    #logo {
        height: 80px;
    }

    .watch {
        text-align: center;
        margin-bottom: 20px;
    }

    .watch p {
        margin: 0;
        color: #FCE746;
        font-size: 20px;
        font-style: italic;
    }

    #view-full .button {
        background-color: #fc9d3c;
    }

    h1.entry-title {
        color: #00bbcc;
    }

    #view-full .button:hover {
        background-color: #d16f0b;
        transform: scale(1.1);
        box-shadow: 0 0 20px rgba(75, 62, 140, .4);
    }

    #view-full .button::before {
        content: "\27A3";
        font-size: 30px;
        float: left;
        line-height: 27px;
        margin-right: 10px;
    }

    .entry-content h2,
    .same-h2 {
        color: #00bbcc;
    }

    .entry-content h3 {
        background: linear-gradient(transparent 90%, #af7538 0);
        color: #ffd1a1;
    }
    