html {
    scroll-behavior: smooth;
}

nav a{
    text-align: center;
    display: inline-block;
    margin-right: 30px;
    color: cyan;
}

div {
    text-align: center;
    border-radius: 8px;
    margin: 20 auto;
    width: 800px;
    background-color: #0d1117;
    padding: 20px 15px;
}

header {
    text-align: center;
    color: white;
}

section p {
    text-align: center;
}

body {
    font-family: 'Courier New', Courier, monospace;
    background-color: #111827;
}

#about {
    font-family: 'Courier New', Courier, monospace;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    
}

#about span {
    color: #00ff66;
}

#project {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    padding: 20px;
    color: white;
}

#project span {
    color:  #38bdf8;
}

#goal {
    font-family: 'Courier New', Courier, monospace;
    padding: 20px;
    text-align: center;
    color: white;
}

#goal span {
    color: #fbbf24;
}