@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500&family=Satisfy&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");

html,
body {
  font-family: "Manrope", sans-serif;
  height: 100%;
}

body {
    background: linear-gradient(to bottom left, #C5FAD5 50%, #FFFFD2 50%);
}

h1 {
  font-size: 42px;
  color: rgb(2, 101, 150);
}

h3 {
  font-family: "Satisfy", cursive;
}

p {
  font-size: 16px;
  color: #666;
}
