* {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
  background-image: url(https://scrn.is/i/zvWr);
  background-size: 100%;
  margin: 0;
}

nav.main {
  text-align: center;
  background-color: rgba(1, 1, 1, 0.75);
  display: flex;
  position: fixed;
  bottom: 0;
  height: 90px;
  width: 100%;
  align-items: baseline;
  justify-content: center;
}

a {
  text-decoration: none;
}

nav.main a {
  margin-left: 25px;
  margin-right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: white;
}

nav.main div.label {
  color: white;
  font-size: 50%;
  font-weight: 750;
  width: 60px;
  line-height: 12px;
}

nav.main div.icon.material-symbols-outlined {
  color: white;
  width: 60px;
  line-height: 48px;
}