body{
    background-color: #ededed;
    font-family: 'Roboto', sans-serif;
}

div{
    margin: 20px;
    padding: 20px;
}

mark{
    background-color: #548fd3;
}

h6{
    color:#4f4f4f
}

hr{
    border-color: black;
}

nav{
    text-align:right;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    padding: 15px;

}

a{
    text-decoration: none;
    color: #4f4f4f;
}

.nav_link{
    font-size: 12px;
}

.box{
    background-color: #cfcfcf;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.headings{
    text-align: center;
}

#contact{
    text-align: center;
}

#my-project-p{
    text-align: center;
}

.link_button{
    background-color: #4277b3;
    color: white;
    border: none;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    padding: 8px 12px;
    border-radius: 5px;
}

.contact-btn{
    color: rgb(255, 255, 255);
    text-decoration:underline;
}