@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
html,
body {
  height: 100%;
  width: 100%;
}

#main {
  height: 100%;
  width: 100%;
}
#nav {
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
}
#nav a {
  color: black;
  font-size: 20px;
  margin-right: 30px;
  text-decoration: none;
}

#nav > h1 {
  font-weight: 400;
}

#main > h1 {
  font-size: 300px;
  padding-left: 70px;
  font-weight: 400;
}

#btmleft {
  position: absolute;
  width: 400px;
  bottom: 20%;
  left: 3%;
}

#btmleft h3 {
  font-size: 30px;
}
#btmleft p {
  font-size: 18px;
  margin-top: 5px;
}
#btmleft h4 {
  margin-top: 50px;
  font-size: 20px;
}

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

#btmbar a {
  color: black;
  font-size: 20px;
}

#main img {
  position: absolute;
}

#main #first {
  top: 40%;
  left: 56%;
  height: 380px;
}

#main #second {
  top: 48%;
  left: 41%;
  height: 320px;
}

#main #third {
  top: 70%;
  left: 32%;
  height: 200px;
}
