* {
    margin: 0;
    padding: 0;
}

body {
background-color: #f2f2f2;
 width: 100%;
position: absolute;
}

.writing_block_1 h5 h4{
    font-size:larger;
}
.header {
    padding-top: 12px;
    padding-bottom: 10px;
    font-size: 150%;
    font-weight: bolder;
    background-color: greenyellow;
    text-align: center;
    position: sticky;
    top: 0;
    /* making header fixed */
}

.header:hover {
    color: white;
    background-color: rgba(140, 0, 255, 0.205);
}

.dice_img img {
    opacity: 0.2;
    width: 100%;
    position: absolute;
    background-repeat:repeat-y;
}

center {
    font-size: xx-large;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: green;
    padding-top: 10px;
}

center hr {
    width: 468px;
    text-align: center;
}

.writings {
    padding-top: 15px;
    padding-left: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: medium;
    color: brown;
    font-size: larger;
}

.writings h4 {
    color: cyan;
    font-size: larger;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.writings h5 {
    font-size: larger;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    color: black;
}

#writing_block_1 {
    float: left;
    padding-left: 25px;
    font-size:large;
    color: rgba(226, 177);
}

#writing_block_2 {
    float: right;
    padding-right: 20px;
    color: blue;
}

.blog_1 video {
    float: left;
    padding-left: 18px;
}

.blog_1 h2 {
    float: left;
    padding-top: 90px;
    color: blue;
    padding-left: 20px;
}

.blog_1 p {
    float: left;
    padding-top: 90px;
    color: blue;
    padding-left: 20px;
    font-size: x-large;
}

.topnav {
    overflow: hidden;
    background-color: #e9e9e9;
}

center{
    color: slateblue;
}

/* Style the links inside the navigation bar */

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}


/* Change the color of links on hover */

.topnav a:hover {
    background-color: #ddd;
    color: black;
}


/* Style the "active" element to highlight the current page */

.topnav a.active {
    background-color: #2196F3;
    color: white;
}


/* Style the search box inside the navigation bar */

.topnav input[type=text] {
    float: right;
    padding: 6px;
    border: none;
    margin-top: 8px;
    margin-right: 16px;
    font-size: 17px;
}


/* When the screen is less than 600px wide, stack the links and the search field vertically instead of horizontally */

@media screen and (max-width: 600px) {
    .topnav a,
    .topnav input[type=text] {
        float: none;
        display: block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 14px;
    }
    .topnav input[type=text] {
        border: 1px solid #ccc;
    }
}

i {
    float: right;
}

footer {
    text-align: center;
    padding-top: 10px;
    background-color: black;
    color: #e9e9e9;
    padding-bottom: 15px;
    font-size: larger;
    font-family: Georgia, 'Times New Roman', Times, serif;
    bottom: 0;
}

footer:hover {
    background-color: rgba(226, 177, 43, 0.349);
    color: rgb(243, 31, 31);
    font-weight: bold;
}

.map {
    font-size: 50px;
    font-weight: bold;
    padding-top: 840px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}