* {
    font-family: 'Shabnam', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
}

#main {
    width: 100%;
    height: 100vh;
    background-image: url('../img/main.jpg');
    text-shadow: -1px 2px 2px #000;
}

#about-me {
    background-color: #e0e0e0;
}

#skills {
    background-image: url('../img/skills.jpg');
}

.card-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact-me {
    background-image: url('../img/contact-me.jpg');
}

.social-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-item {
    padding: 10px 0;
}

.social-item i {
    margin: 0 15px;
}

.social-item span {
    display: inline-block;
    direction: ltr;
}

@media (max-width: 768px) {

    .navbar-menu {
        display: block;
    }

    .navbar-list {
        max-height: 0;
    }

    .attached-bg-img {
        background-attachment: scroll;
    }

}
