@font-face {
    font-family: 'Helvetica Now Display';
    src: url(HelveticaNowDisplay-Medium.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Helvetica Now Display";
}

html,
body {
  width: 100%;
  height: 100%;
}

#main{
    width: 100%;
    height: 100%;
   

}
#nav{
    padding: 30px 70px;
}


#nav a {
    color: black;
    font-size: 25px;
    margin-right: 30px;
    text-decoration: none;
}

#main>h1{
    font-size: 200px;
    font-weight: 500;
    margin-left: 60px;
}

#btmleft{
    position: absolute;
    bottom: 13%;
    left: 5%;
    width: 250px;
}

#btmleft h3{
    font-size: 25px;
}
#btmleft h4{
    margin-top: 30px;
    font-size: 25px;
}

#btmleft p{
    margin-top: 5px;
}

#btmbar{

    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 70px;
    
}


#btmbar a{
    color: black;
    text-decoration: none;
    font-size: 15px;
}

#main>img{
    position: absolute;
    height: 300px;
}



#main #first{
    height: 350px;
    top: 40%;
    left: 60%;
}
#main #second{
    height: 300px;
    top: 50%;
    left: 43%;
}
#main #third{
    height: 200px;
    top: 40%;
    left: 30%;
}