@import url('https://fonts.googleapis.com/css2?family=Acme&family=Montserrat:wght@400;500&display=swap');
.nav {
    font-family: Acme;
    font-weight: bold;
}

.myPic {
    box-shadow: 8px 8px rgb(235, 227, 227);
}

.About {
    background-image: url('b1.png');
    background-repeat: no-repeat;
}

.Worked {
    background-image: url('b2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.Projects {
    background-image: url('b3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.Education {
    background-image: url('b4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

p {
    font-family: Montserrat;
    font-weight: 400;
}

.headings {
    font-family: Acme;
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px;
}

.fab {
    color: rgb(26, 25, 25);
}

.fab:hover {
    color: green;
}

.work {
    color: lightgreen;
}

.bold {
    font-weight: 400;
    font-family: Montserrat;
}

.icon4 {
    color: black;
}