
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

#main {
    width: 200px;
    height: 600px;
    margin: 0 auto;
    padding: 16px;
}

.project {
     background-color: #484848;
    border-radius: 8px;
    padding: 1em;
     margin-bottom: 4em;
     width: 100%;
     height: 200px;
     display: flex;
     flex-direction: column;
    justify-content: center;
     text-align: center;
     cursor: pointer;
}

.project h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 2e;
    color: #fff;
}

.project p {
    font-size: 1.2em;
    color: #fff;
}