
*{
    box-sizing: border-box;
    margin : 0;
    padding : 0;
    background-color: rgb(220, 204, 204);
}



a , button {
    font-family:"montserrat" , sans-serif;
    font-weight:500;
    font-size:16px;
    color : #04AA6D;
    text-decoration: none;
}


.navv{
    font-family:"montserrat" , sans-serif;
    font-weight:500;
    font-size:16px;
    color : #edf0f1;
    text-decoration: none;
}

header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10%;
}

.logo{
    height: 60px;
    width: 60px;
}

.nav_links{
    list-style: none;
    justify-content: center;
    text-align: center;
}

.nav_links li{
    display: inline-block;
    padding: 20px 20px;
    justify-content: center;
    text-align: center;
}

.nav_links li a{
    transition: all 0.3s ease 0s;
    font-size: 20px;
    justify-content: center;
    text-align: center;
}

.nav_links li a:hover{ 
    color: rgb(0, 10, 10);
}

button{
    padding: 9px 25px;
    background-color: rgb(0, 0, 0);
    border: none;
    border-radius: 50px;
    cursor :pointer ;
    transition: all 0.3s ease 0s;

}

button:hover{
    background-color: rgba(10, 28, 82, 0.8);
}

#desc{
    justify-content: center;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 10%;
    padding-top: 5%;
}
.insta{
    height: 60px;
    width: 60px;
}

#contact-me{
    justify-content: center;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 10%;
    padding-top: 10%;
}
.project{
    justify-content: center;
    text-align: center;
}
#project{
  justify-content: center;
  text-align: center;
}

  .container{
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  input[type=text], select, textarea {
    width: 100%; 
    padding: 12px; 
    border: 1px solid #000000; 
    border-radius: 4px; 
    box-sizing: border-box; 
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical 
  }

  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 30px;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  .feed {
    border-radius: 2px;
    background-color: #c99c9c;
    padding: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 10px 10px 10px;
  }

  #myimage{
    margin-left: 50%;
    height: 150px;
    width: 150px;
  }

  #myvideo{
    margin-top: 30px;
    margin-left: 40%;
  }

  footer{
    display: block;
    margin: 10%;
    align-items: center;
    text-align: center;
    justify-content: center;
    border:4px solid #45a049;
    border-radius: 10px; 
    border-width: 90%;
    border-style: double;
  }