﻿body {
margin:0;
padding:0;
background-color:slategrey;

}

h1{
    text-align:center;
    font-weight:bold;
    margin-bottom:40px;
}
#projects{
    background-color:dimgrey;
    height:500px;
    width:40%;
    margin:auto;
    padding:20px;
    border-radius:25px;
    border:2px solid black;
}

p{
    color:black;
    font-size:12pt;
}
