* {
    background-color: black;
    display: grid;
    
}
main {
    background-color: black;
    color: black;
    display: grid;
    justify-content: center;
    align-content: center;
    font-size: 20px;
}

div {
    display: flex;
}

h1, h3 {
    color: red;
}

ul {
    border: 2px solid darkred;
    border-radius: 10px;
    background-color: grey;
    height: 100px;
    width: 380px;
    justify-content: center;
    align-items: center;
}

li, a {
    background-color: grey;
    font-size: 20px;
}

.projects {
    border: 2px solid black;
    border-radius: 10px;
    background-color: grey;
    height: 500px;
    width: 800px;
}

p {
    border: 2px solid black;
    border-radius: 10px;
    background-color: grey;
    height: 150px;
    width: 815px;
    padding: 15px;
}

img {
    height: 300px;
    width: 300px;
    border: 2px solid black;
    border-radius: 4px;
}