.corner{
        border-radius: 25px; 
}
.nav-item a:hover {
    color: rgb(248, 181, 73)!important;
    transition:1s;
}
.nav-link{
    padding:15px 5px;
    transition:2s;
}
.nav-item::after{
    content:'';
    display:block;
    width:0px;
    height:2px;
    background:#fec400;
    transition: 0.9s;
}
.nav-item:hover::after{
    width:100%;
}

.body{
    background-image: url(/images/bg.jpg);
    padding-top: 60px;
    padding-bottom: 60px;
}

.container{
    /* visibility: hidden; */
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.50);
    /* box-shadow: 5px 8px 8px 0px rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.contact{
    box-shadow: 0px 0px 20px 20px rgba(0, 0, 0, 0.10);
    margin-left: px;;
}
.prof{
    /* visibility: hidden; */
    width:350px;
    height: 80%;
    border: 15px solid gray;
}