.mountain_sunset{
  background-image: url('mountain_sunset.jpg');
  background-size: cover;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  opacity: 75%;
  margin-top: 150px;
}

#navbar {
  display: inline;
}

#navbar ul {
  display: inline;
  list-style-type: none;
  top: 0px;
  padding: 10px;
}

li a {
  text-decoration: none;
  padding: 5px;
  color: blue;
  width: 100vw;
}

.myfirstwebsite {
  margin: 50px;

}
tribute-main {
  background-color: tan;
}

img-div {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  border: 5px solid blue;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

figcaption {
  color: blue;
  margin: 10px;
  text-align: center;
 }

.first {
  text-align: center;
  padding-left: 30px;
  margin-top: 50px;
  border: none;
  color: blue;
}

input {
    background-color: rgba(1, 29, 46, 0.24);
    color: antiquewhite;
}
div {
    overflow-x: auto;
    border: 1px solid ;
    text-align: center;
    margin-left: 10px;
}

.education > li {
  color: blue;
  display: block;
  text-align: justify;
  border-right: none;
}

label {
    padding: 5px;
    margin: 5px;
}
#employeeinfo {
    border: none;
    text-align: center;
    margin-left: 10px; 
    padding: 10px; 
}
input[value] {
    color: white;
}
.tasktable {
    width: 100vh;
th {
    height: 70px;
}

th td {
  padding: 15px;
  width: 35px;
}
#send {
    border-radius: 10px;
    padding: 10px;
    transition-duration: 0.4s;
}
#send:hover {
    background-color: rgba(2, 75, 121, 0.24);
}
#reset {
 border-radius: 10px;
    padding: 10px;   
}
#reset:hover {
    background-color: rgba(2, 75, 121, 0.24);
}











