header {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    color: white;
    padding-bottom: 40px;
    border-radius: 0 0 40px 40px;
}

header a {
    color: #d1f5ff;
}

#bName>span{
    color: #008e4c;
    font-size: larger;
    font-family: 'Great Vibes', cursive;
}

#bName{
    font-family: 'Racing Sans One', cursive;
    font-weight: bolder;
    font-size: 30px;
}

#d1 {
    max-width: 900px;
    margin: auto;
    line-height: 1.4;
}