html, body {
  padding: 0;
  margin: 0; }

body {
  background: #fff url("/res/image/default.jpg") no-repeat center center;
  background-size: cover;
  font-family: "Open Sans", sans-serif; }

h1 {
  font-family: "Playfair Display", serif;
  margin: 10px 0;
  color: #1f7031;
  font-size: 2.875rem; }

h2 {
  font-family: "Playfair Display", serif; }

h3 {
  font-family: "Dancing Script", cursive;
  font-size: 2.8125rem;
  margin: 10px 0;
  color: #c9312a; }

a {
  color: #1f7031;
  text-decoration: none;
  font-weight: 700; }
  a:hover, a:focus {
    color: #1f6f30; }

main {
  min-height: calc(100vh - 110px);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
  background: rgba(255, 255, 255, 0.3); }

footer {
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.7); }

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  text-shadow: 3px 3px 9px rgba(255, 255, 255, 0.5); }

.container {
  max-width: 1200px;
  width: calc(100% - 30px);
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  flex-direction: column;
  gap: 20px; }

.col {
  flex-basis: 50%;
  background: rgba(255, 255, 255, 0.7);
  padding: 25px 15px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 14px; }

.bandi {
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  gap: 15px; }
  .bandi a {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 25px 15px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 14px; }

@media screen and (min-width: 768px) {
  .container {
    flex-direction: row; }

  .col {
    padding: 25px 15px; } }
