/*all css for blog_home.html*/

a {
    text-decoration: none;
}

#back {
    position: absolute;
    top: 80vh;
    left: 46vw;
}

/*header css*/
#header {
    font-family: 'Chicle';
    color: red;
    font-size: 80px;
    text-shadow: 4px 0cm 0cm black;
    text-align: center;

    position: absolute;
    left: 39vw;
}

#subtitle {
    font-family: 'Chicle';
    color: white;
    font-size: 40px;
    text-shadow: 4px 0cm 0cm black;

    position: absolute;
    left: 33.5vw;
    top: 15vh;
}

.introdiv {
    position: absolute;
    top: 40vh;
    left: 35vw;
}

#msn {
    position: absolute;
    left: -3vw;
    top: .7vh;
}

#website {
    font-family: 'Chicle';
    color: orangered;
    font-size: 45px;
    text-shadow: 4px 0cm 0cm black; 

    margin-right: 9vw;
}

#notepad {
    position: absolute;
    left: 16vw;
    top: 1vh;
}

#personal {
    font-family: 'Chicle';
    color: orangered;
    font-size: 45px;
    text-shadow: 4px 0cm 0cm black;
}

/*personal_blog.html css*/

.entry1 {
    width: 300px;
    border: 5px solid white;
    padding: 20px;
}

#entry1 {
    font-size: 20px;
    color: white;
}
