body {
    background-image: linear-gradient(30deg,#000,#000e2c);
    color: white;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    font-family: 'Courier New', Courier, monospace;
}

.blog{
    background-color: #122436;
    color: white;
    border:#0a1d31 solid 0.1px;
    background: rgba(45, 64, 76, 0.139); 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 10px;
    width: 90%; 
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    margin: 5%;
}

p {
    padding-left:7%;
    padding-right: 7%;
    font-size: 16px;
    line-height: 1.6; /* Improve readability */
}
h1 {
    padding-top: 2%; 
    padding-left: 5%;
    font-family: "WindSong", serif;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}

footer {
    width: 100%; 
    height: 50px;
    font-size: small;
    text-align: center;
    line-height: 50px; 
    background-color: #122436;
    color: white;
}

a {
    font-style: italic;
    color: inherit;
    text-decoration: none;
}

