body{
    background-position: 0%;
    background-size:contain;
    /* background-repeat: no-repeat; */
}

#main{
    background-image: url("../assets/images/18262593_5968949.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#home{
    min-height: calc(100vh - 104px); /* Adjust 70px to match your navbar's actual height */
}

.brand-icon{
    width: 40px;
}

#about, #work{
    min-height: 100vh;
}

#about, #contact{
    background-color: #1c2634;
}

#about img{
    border-bottom: 3px solid black;
    width: 400px;
    height: 400px;
}

.work-item {
    background-color: white;
}

#contact{
    color: aliceblue;
}