nav {
    padding-left: 2rem;
    padding-right: 2rem;
    justify-content: space-between;
}

.main-project-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tools {
    justify-content: center;
    flex-direction: column;;
    display: flex;
    padding: 1.5rem;
    flex: 1;
    background: white;
    border-radius: 2rem;
    border: rgb(53,53,53) 0.1rem solid;
    border-color: rgb(163,163,163);
    text-align: center;
    margin: 2rem;
}

.demo {
    justify-content: center;
    flex-direction: column;;
    display: flex;
    padding: 1.5rem;
    flex: 1;
    background: white;
    border-radius: 2rem;
    border: rgb(53,53,53) 0.1rem solid;
    border-color: rgb(163,163,163);
    text-align: center;
    margin: 2rem;
    width: 50%;
    height: 50%;
}

.article-container video {
    border-radius: 2rem;
}

.dev-container  {
    display: flex;
}

.divider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.divider span {
    margin: 2rem;
    width: 95%;
    height: 1px;
    background-color: black;
}

.project-btn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 10rem;
    font-size: 20px;
}