@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;600;700;900&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

body {
  background-color: #f5e1b0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%239C92AC' fill-opacity='0.29' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}

footer {
  margin-top: 20px;
  padding-top: 20px;
}

.alert-card {
  margin-bottom: 20px;
}

#main-content {
  margin-top: 40px;
}

.last {
  margin-bottom: 20px;
}

.logo {
  margin-bottom: 40px;
}

.video {
  padding: 20px 0;
}

section.links {
  margin-top: 20px;
}
