* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Helvetica, Roboto, Arial, sans-serif;
    min-height: 100vh;
}

header {
    background-color:#6626BF;
    padding: 2rem 1rem;
    text-align: center;
}

header h1 {
    font-size: 2.5rem;
    letter-spacing: 1px;
    color: #ffffff;
    decoration:italic;
}

nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
    background: #39146e;
    padding: 0.75rem;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 0.4rem 0.8rem;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}

nav a:hover {
    background: #6626bf;
    color: #ffffff;
}

.textBox {
    background: #f4ebff;
    color: #2a0a44;
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1rem;
    margin:10px;
    border-radius: 14px;
    border: 3px solid #6626bf;
    line-height: 1.6;
}

.textBox h1 {
    color: #5a189a;
    margin-bottom: 1rem;
}

.textBox p {
    margin-bottom: 1rem;
}

.blogContainer{
    display: flex;
    flex-direction: column;   
    gap: 20px;               
    align-items: center;
    margin:20px;      
}

.blogPost{
    background: #f4ebff;
    color: #2a0a44;
    width: 100%;
    align-items:center;
    padding: 2rem;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
    line-height: 1.6;
    border-radius: 14px;
    border: 3px solid #6626bf;
    margin: 5px;
}

.blogPost h1 {
    color: #36146e;
}

.content {
    display:flex;
    margin:2% 10% 0% 10%;
    padding-top:0;
}
.resume{
    height: 400px;
}
.textBox p {
    font-size:20px;
    margin: 5px;
}
.textBox li {
    margin:15px;
}
.textBox img{
    width:100%
}
