@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Tangerine&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body{
      background-color: #1d1d1d;
      color: #d3d3d3;
}

h1{
      font-family: 'Great Vibes', cursive;
      font-size: 3rem;
}

h3{
      font-size: 1.5rem;
}

a:link {
  color: #FACC2E;
}

a:visited {
  color: #FACC2E;
}

a:hover {
  color: #FACC2E;
}

a:active {
  color: #FACC2E;
}

.handwrite{
      font-family: 'Tangerine', cursive;
      font-size:2rem;
}