@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
body {
  
  font-family: 'Montserrat', sans-serif;
}

.container {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  
}
.nav-main {
  display: inline;
}
.nav-pills {
  text-align: center;
  font-weight: normal;
  font-size: 120%;
  margin-top: 80px;
}
.nav-pills .nav-main {
  padding-bottom: 111px;
  font-size: 1.15rem;
  font-weight: normal;
}
.link {
  text-decoration: none;
  padding: 0.5rem;
  color: black;
}
.link-active {
  font-weight: bolder;
  background-color: rgb(182, 227, 248);
  border-radius: 0.5rem;
  width: 50px;
}
textarea {
  text-decoration: none;
}

h1{
  color: black;
  background-color: rgb(182, 227, 248);
}
.footer{
  
  background-color: rgb(182, 227, 248);
  height: 150px;
  text-align: center;
  color: black;
 
  margin-top: 120px;
}
.footer-social{
  display: inline;
  padding-left: 1rem;
  font-weight: bold;
}
.footer-txt{
  text-align: center;
  padding-bottom: 1rem;
  font-weight: bold;
}
.footer ul {
  padding-inline-start: 0px;
  margin-bottom: 0px;
}
.footer-last{
    padding-top: 1.5rem ;
    margin-bottom: 1rem;
}