html {
    scroll-behavior: smooth;
}
.instructor-profile {
    scroll-margin-top: 20px;
}

body{
 margin: 0px;
 font-family: 'Hammersmith One';
 font-size: 20px;
}

/* NAVBAR */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #BF3232;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

ul li a:hover {
  background-color: #E9967A;
}

.button {
  background-color: #FFC2AD;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

.ümar {border-radius: 15px;}


.site-footer {
  background-color: #b33b36;       /* punakas taust */
  color: #fff;                     /* valge tekst */
  text-align: center;              /* tekst keskel */
  padding: 1rem 0;                 /* vertikaalne ruum */
  font-size: 0.9rem;
  line-height: 1.4;
  position: relative;              /* et vasak ikoon paigutada */
}

/* vasakul olev ümar element */
.site-footer::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 18px;
  background-color: #f8a9a6;       /* heledam roosa */
  border-radius: 9999px;           /* täielikult ümar */
}
