nav {
    height: 70px;
    align-items: center;
    display: flex;
}

body
{
    background-color: rgb(30, 34, 30);
}

a
{
    list-style-type: none;
    text-decoration: none;
    color: white;
}
.nav-title
{
    font-size: 20px;
}

.nav-title, .nav-link
{
    margin-left: 50px;
    font-weight: 500;
}

*
{
    color: white;
    margin: 0;
}

.section
{
    padding: 50px 0px;
    box-sizing: border-box;
    height: 100vh;
}

.section:first-child
{
    height: calc(100vh - 70px);
}

.h-100
{
    height: 100%;
}

.text-content
{
    margin: 50px 0px;
    padding: 0px 20px;
    box-sizing: border-box !important;
}

iframe
{
    background-color: white;
    box-sizing: border-box !important;
    /* margin: 0px 50px; */
    pointer-events: none;
}


.portfolio-link
{
    font-size: 30px;
    font-weight: bold;
}

.portfolio-link:hover
{
    text-decoration: underline;
}

.p-5
{
    padding: 50px;
}