* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.5;
    background-color: #deeaec;
    color:  #293c44;
  }

.navbar {
  background-color: #293033;
    color: #293033;
}
  .navbar-brand { 
    font-size: 30px;
    background-color: rgb(145, 218, 218);
    color: #293033;
    width: 200px;
    height: 60px;
  }
  
 u {
  font-size: 20px;
    color: rgb(145, 218, 218);
    margin: 2px;
  }

.jumbotron {
  background-color: #cfe8ec;
 }

#work {
    background-color: #deeaec;
  }

  .card {
    border-radius: 7px;
  }

  .btn {
    background-color: rgb(145, 218, 218);
  }

  .btn:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
  }

#contact a {
  color:  #293c44;
  text-decoration: underline;
  font-weight: bold;
font-size: 1.5em;
}

#skill {
  background-color: #bad7db;
}
h3 {
  font-size: 2vw;
}
p {
  font-size: 1.05vw;
}
a  {
  color: #293c44;
  transition-duration: 0.4s;
  cursor: pointer;
}
a:hover {
  background-color: #c2e7ec;
}