
/*.parent{
display: grid;
place-items:  center;
background-color: green;
font-size: 25px;
height : 100vh;
border: 1px solid black;
}*/
h2{
    
    place-items: center;
    color: blue;
    display: grid;
}
.project_description{
border: 1px solid black;
text-align: center;
    margin-top: 5px;
    place-items: center;
    display: grid;
}
p{
    text-align: center;
    width: 500px;
}

.parent{
    display:grid;
    place-items: center;
    height: 100vh;
}


.child{
    background-color: rgb(169, 194, 216);
    width: 500px;
    height: 700px;
}


/*
.child{
    background-color: bisque;
    height: 100px;
    width: 100px;
}*
