

html,
body{
    font-family: 'Fira Sans Extra Condensed'; 
    height:100vh;
  }


h1 {
    
    text-align: center;
    color: white;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 140px;
    font-weight: 800;
    padding-top: 130px;
    margin-bottom: -35px;
}

h2 {
    font-size: 45px;
    /* color: white; */
    font-weight: 400;
}

img {
  height: 40vh
}
