#section1 {
    margin-top: calc(10vh + 100px);
}

.project {
    margin-bottom: 10vh;
    border: solid 1px;
    border-radius: 10px;
    padding: 20px;
}

.link {
    text-decoration: underline !important;
}

.icon {
    width: 50px;
}

@media(min-width: 992px) {
    .icon {
        width: 75px;
    }
}
