@font-face {
  font-family: 'TitleFonts';
  src: url('./nexa-rust.otf');
}

@font-face {
  font-family: 'BodyFonts';
  src: url('./lineReg.otf');
}

a:link {
  color: black;
  text-decoration: none;
}

a:hover {
  font-weight:600;
}

.SectionTitles {
  font-family: 'TitleFonts';
  text-align: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  font-size: 45px;
}

.links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    /* position: fixed;
    top: 40%;
    left: 5%; */
}

.eachLink {
    margin-left: 3vw;
    margin-right: 3vw;
}

.icon {
    width: 16vw;
    height: 16vw;
    margin-bottom: 3vh;
}

#blackBg{
    background-color: black;
    color:white;
    width: 18vw;
    height: 35vh;
    border-radius: 20px;
    padding-top: 10vh;
}

.topNav {
    background-color: rgb(0, 0, 0);
    text-align: center;
    height: 5em;

    display: flex;
    justify-content: center;
    align-items: center;
}

nav p {
  margin: 0;
  color:white;
  font-family: 'TitleFonts';
  font-size: 20px;
}

body {
    font-family: 'BodyFonts';
    text-align: center;
}

h2 {
    font-size: 1em;
}