.main-content {
    margin: 10%;
}

.content {
    margin-left: 10%;
    max-width: 70%;
}

article {
    max-width: 100%;
}

.article-title {
    text-align: center;
    font-size: 30px;
    margin: 50px 0 30px;
    font-size: 4vw;
}

.project-contaier {
    display: block;
    justify-content: space-around;
    margin-bottom: 20px;
}

.project {
    margin: 10px 30px;
    border-bottom: 10px solid #e76f51;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px gainsboro;
}

.project-title {
    color: #e76f51;
    font-weight: bold;
}

.page-title h1 {
    font-size: 4vw;
}

.project-detail {
    display: block;
}

.project-detail img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    max-height: 50%;
}

.project-description h3 {
    text-align: center;
    font-size: 2vw;
}

.project-description p {
    font-size: 2vw;
}