.projects {
    background-color: #000000;
    color: #ffffff;
    text-align: justify;
    height: 100%;
    width: 100%;  
    font-family: "Courier New", monospace;
    
}
h3 {
    font-family: "Courier New", monospace;
    font-size: 25px;
}

header ul {
    list-style-type: circle;
}
.navbar {
    background-color: #a39c9c;
    color: #ffffff;
    
    height: 100%;
    width: 100%;
    font-family: "Courier New", monospace;
}
image {
    width: 100%;
    height: 100%;
}
p {
    font-family: "Courier New", monospace;
    font-size: 20px;
}
