header {
    height: 300px;
    background-color: #060018;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

header blue {
    color: #00a9ff;
}

header p {
    margin-top: 10px;
}
