* {
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

h1 {
    text-align: center;
    margin-bottom: 100px;
}

#container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.project {
    height: 200px;
    width: 3000px;
    margin: auto;
    border: 2px solid;
    border-radius: 10px;
    padding: 10px;
}