@import url('https://fonts.googleapis.com/css2?family=Saira+Extra+Condensed:wght@400;900&display=swap');

h1
{
    font-size: 300%;
    text-align: center;
    text-justify: auto;
    font-weight: 900;
}

h2
{
    font-size: 300%;
    text-align: center;
    font-weight: 900;
    text-justify: auto;
}

h3
{
    font-size: 200%;
    text-align: left;
    font-weight: 900;
    text-justify: auto;
}

h4
{
    font-size: 170%;
    text-align: left;
    font-weight: 900;
    text-justify: auto;
}

.TeamText
{
    font-weight: 400;
    text-align: center;
    text-justify: auto;
}

.ResumeText
{
    font-weight: 400;
}

*
{
    background-color: #2e2e2e;
}

body
{
  font-family: 'Saira Extra Condensed', sans-serif;
  color: rgb(250, 250, 250);
  background-color: #2e2e2e;
  font-weight: 400;
  font-size: 150%;
}

.back
{
  font-family: 'Saira Extra Condensed', sans-serif;
  color: rgb(250, 250, 250);
  font-weight: 900;
  font-size: 300%;
}

.Description
{
    font-family: 'Saira Extra Condensed', sans-serif;
    color: rgb(250, 250, 250);
}

.no-gutters 
{
    margin-right: 0;
    margin-left: 0;
}

.row
{
    margin-left: 0;
    min-height: 5rem;
    background-color: #2e2e2e;
}
.col
{
    background-clip: content-box;
    background-color: #2e2e2e;
}