h1{
    border: dotted red;
    background-color: white;
    color: red;
    width: fit-content;
}
a:link{
    text-decoration: none;
}
#blogcontainer{
    width: 850px;
    height: fit-content;
    position: absolute;
    left: 300px;
    top: 130px;
    border: solid;
    border-radius: 5px;
    padding: 5px;
    box-shadow: black 5, 5;
}
#blogcontent{
    overflow-y: scroll;
}
#aboutme{
    position: absolute;
    right: 500px;
}
#navbar{
    position:fixed;
    top: 0px;
    right: 500px;
    border: #FF017E dotted;
    width: fit-content;
    padding: 2px;
    border-bottom-left-radius: 10px;
}
#homebutt{
    background-color: #fa7ab9;
    color: white;
    font-size: 20px;
    width: fit-content;
    height: fit-content;
    padding: 3px;
    border-radius: 5px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}