.titletext {
    text-align: center;
    color: white;
}

.blogentry {
    text-align: center;
    text-decoration: underline;
    color:white;
    font-size: 25;
  
  }

.blogtext {
    margin-top: 100px;
    background-color: darkslategray;
    font-family: 'Courier New', monospace;
    color: indigo;
    font-size: 30px;
    margin-left: 100px;
    margin-right: 100px;
}

.imgwithtext {
    width: 600px;
    height: 800px;
    float: left;
}
/* backgrounds go here. */
body {
    background-image: url("/index.jpg");
    min-height: 99%;
}

.aboutbackground {
    background-image: url("/about.jpg");
}

.blogbackground {
        background-image: url("/blog/blog.jpg");
}

.title {
    font-style: italic;
}

a {
    color: black;
}

.about {
    margin-top: 100px;
    background-color: black;
    font-family: sans-serif;
    color: purple;
    font-size: 45px;
    margin-left: 100px;
    margin-right: 100px;
}

.neocities {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

.notfound {
    background-size: cover;
    background-image: url("/not_found.jpg");
    color: black;
    font-size: 60px;
    margin-top: 300px;
}

.bsky {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 64px;
    height: 64px;
}
