.link{
  color: darkgray;
  text-decoration: none;
  padding-right: 5px;
  font-size: 20px;
}

.link:hover{
  color: whitesmoke;
}

body{
  font-family: "Ubuntu", sans-serif;
  background-color: rgb(68,71,71);
  color:  white;

}

.nav-item{
  font-size: 20px;
}

.navbar-brand{
  color: rgb(255,104,53);
}

input[type="text"]{
  background-color: rgb(234,234,235);
}

.btn-custom{
  color: white;
  background-color:  rgb(255, 96, 43);
}
.btn-custom:hover{
  background-color: rgb(230, 65, 5);
}

.readme{
  border: 1px solid rgb(49, 49, 49);
  border-radius: 5px;
  padding: 15px;
}

h3{
  margin-top: 20px;
}

tr{
  border: 1px solid rgb(48, 48, 48);
}

th{
  padding: 10px;
  border: 1px solid rgb(48, 48, 48);
}

td{
  padding: 10px;
  border: 1px solid rgb(48, 48, 48);
}

.readme_update{
  width: 35%;
  position: absolute;
  margin-left:43vw;
}

.readmelabel{
  position: relative;
  display: inline-block;
  background-color: rgb(109,117,124);
  color: white;
  padding: 0.29rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  font-size: 0.92rem;
}

.textarea_dep{
  width: 100%;
  background-color:rgb(59,61,60);
  color:white;
  padding-bottom:3px;
  border-radius: 5px;
}