﻿
body {
  text-align: center;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-optical-sizing: auto;
}

img {
  max-height: 4em;
}

section {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 2em;
}

.actions {
  padding-top: .5em;
  display: flex;
  gap: 1em;
  justify-content: center;
  align-items: center;

}

a.primary {
  background: #BBDD00;
  border-radius: 2em;
  padding: 1em;
  color: black;
  text-decoration: none;
}
