body {
    font-family: "Times New Roman", Arial;
    color: #7c0b21;
    padding: 0%;
    margin: 0%;
    background-color: #b8b29e;

    * {
        box-sizing: border-box;
    }
    /* Header/Blog Title */
    .header {
        padding: 1%;
        margin: 0;
        text-align: center;
        background: white;
        background-image: url("other/other images/hhearts.jpg");
        background-position: center top;
        /*background-size:300px ;
        background-repeat: repeat-x;
        background-color:  #4e1f93;*/
    }

    .header h1 {
        font-size: 450%;
        line-height: 0.3;
    }

    .header h1:hover {
        color: #ffbeeb;
        font-size: 450%;
    }
    h1 {
        font-size: 450%;
        color: #7c0b21;
        font-family: "Times New Roman", "Gloria Hallelujah", GloriaHallelujah-Regular, BlinkMacSystemFont, Impact,
            Haettenschweiler, Verdana, Geneva, Tahoma;
    }

    h2 {
        font-size: 300%;
        color: #7c0b21;
        font-family: "Times New Roman", "Gloria Hallelujah", GloriaHallelujah-Regular, BlinkMacSystemFont, Impact,
            Haettenschweiler, Verdana, Geneva, Tahoma;
    }
    p {
        color: #7c0b21;
        font-size: 150%;
        font-family: "Times New Roman", "Gloria Hallelujah", GloriaHallelujah-Regular, BlinkMacSystemFont, Impact,
            Haettenschweiler, Verdana, Geneva, Tahoma;
    }
    
     p2 {
        font-style: normal;
        font-size: 125%;
        font-family: Arial, Verdana, BlinkMacSystemFont, Impact, Haettenschweiler, Verdana, Geneva, Tahoma;
    }

    p2 :hover {
        font-style: normal;
        color: white;
    }
    
    a {
        color: #7c0b21;
        text-decoration: none;
        font-style: italic;
    }
    a:hover {
        color: red;
        font-size: 1.1em;
    }
    a:visited {
        color: #b8b29e;
    }

    /* Style the top navigation bar */
    .topnav {
        overflow: hidden;
        text-align: center;
        position: relative;
    }

    /* Style the topnav links */
    .topnav a {
        display: block;
        color: #7c0b21;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        border: solid 2px;
        border-radius: 25px;
    }

    /* Change color on hover */
    .topnav a:hover {
        background-color: #7c0b21;
        color: #e8e1cd;
        font-size: 1.1em;
        border-radius: 25px;
    }

    /* Create two unequal columns that floats next to each other */
    /* Left column */
    .leftcolumn {
        float: left;
        width: 50%;
    }

    /* Right column */
    .rightcolumn {
        float: left;
        width: 50%;
    }

    /* image */

    .logo {
        display: block;
        width: 25%;
    }

    img {
        max-width: 100%;
        height: auto;
        padding-bottom: 6%;
    }

    img2 {
        max-width: 90%;
        height: auto;
        padding: 3%;
    }

    .pfp {
        max-width: 100%;
        height: auto;
        padding-bottom: 0%;
        padding-left: 11%;
        padding-right: 11%;
        padding-top: 4%;
        img {
            border-radius: 50%;
        }
    }

    .thumbnail {
        max-width: 100%;
        height: auto;
        padding-bottom: 0%;
        padding-left: 11%;
        padding-right: 11%;
        margin-bottom: -10%;
        img {
            border-radius: 29%;
        }
    }

    .thumbnail:hover {
        img {
            opacity: 76%;
        }
    }

    .desc {
        padding: 15px;
        text-align: center;
        font-size: 125%;
    }

    .fakeimg {
        background-color: #aaa;
        width: 100%;
        padding: 20px;
    }

    /* Add a card effect for articles */
    .card {
        padding: 20px;
        margin-top: 0px;
    }

    /* Clear floats after the columns */
    .row::after {
        content: "";
        display: table;
        clear: both;
    }

    /* Footer */
    .footer {
        padding: 1px;
        text-align: center;

        margin-top: 20px;
    }
     button {
        border: 2px solid #7c0b21;
        border-radius: 20px;

        font-size: 100%;
        color: #7c0b21;
        text-align: center;
        padding: 15px 20px;
        text-decoration: none;
        background-color: #b8b29e;

        margin-bottom: 20px;
    }
    button:hover {
        background-color: #7c0b21;
        color: #e8e1cd;
        border: 2px solid #7c0b21
    }
    
     #myDIV {
        width: 100%;

        padding: 25px ;
        text-align: center;
        background-color: #e8e1cd;
        margin-bottom: 20px;
        display: none;
        border-radius: 20px;
        overflow: auto;
    }
    
    /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
    @media screen and (max-width: 800px) {
        .leftcolumn,
        .rightcolumn {
            width: 100%;
            padding: 0;
        }
    }

    /* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
    @media screen and (max-width: 500px) {
        .topnav a {
            float: none;
            width: 100%;
        }
    }
    @media screen and (max-width: 500px) {
        .logo {
            float: none;
            width: 100%;
        }
    }
}
