body {
    /*font: 20px "Noto Sans;" sans-serif;*/
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
    font-weight: 200;
    line-height: 1.8;
    color: black;
    background-color: whitesmoke;
    padding-top: 0px !important;
  }

.textcontainer {
  padding: 2% 10%;;
}

p {font-size: 16px;}
.margin {margin-bottom: 30px;}

a {
  color: #E3165B; 
}

.container-fluid {
  padding: 10px;
  /*padding-bottom: 70px;*/
}

/*nav {
  background-color: #130F1D;
  color: #EEE7E8;
  padding: 50px 0px;
}*/

.navbar-nav {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.nav-title{
  margin-left: 15px;
  margin-right: 15px;
  color: #EEE7E8;
}

.nav-link {
/*  border: 3px outset #0E078D;*/
/*  border-radius: 40px;*/
/*  padding: 10px 30px;*/
/*  background-color: #0E078D;*/
/*  color: #EEE7E8;*/
/*  transition: 0.3s;*/
}

/*.nav-link:hover {
  border: 3px inset #E3165B;
  border-radius: 40px;
  padding: 10px 30px;
  background-color: #0E078D;
  transition: 0.3s;
}*/

#btn {
  border: 3px outset #0E078D;
  border-radius: 40px;
  padding: 10px 30px;
  background-color: #0E078D;
  color: #EEE7E8;
  transition: 0.3s;
}

#btn:hover {
  border: 3px inset #E3165B;
  border-radius: 40px;
  padding: 10px 30px;
  background-color: #0E078D;
  transition: 0.3s;
}

.row {
  margin: auto auto;
}

.flexrow {
  display: flex;
  justify-content: space-evenly;
}

.center-row {
  display: flex;
  justify-content: center;
}

code {
  background-color: #2d2b33;
  color: #EEE7E8;
  font-family: 'Courier New', Courier, monospace;
}

.caption {
  color: gray;
  font-size: 16px;
  text-align: center;
  font-style: italic;
}

#aboutme {
  padding: 20px;
}