@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.ubuntu-font {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

*{
    box-sizing: border-box;
}


/* .down-arrow {
  position: absolute;
  top: calc(100vh - 60px);
  left: calc(50% - 14px);
  width: 0;
  height: 30px;
  border: 2px solid rgb(119, 20, 20);
  border-radius: 2px;
}

.down-arrow:after {
  content: " ";
  position: absolute;
  top: 12px;
  left: -8px;
  width: 16px;
  height: 16px;
  border-bottom: 4px solid rgb(119, 20, 20);
  border-right: 4px solid rgb(119, 20, 20);
  border-radius: 4px;
  transform: rotateZ(45deg);
} */