a { text-decoration: none; }
/* a:link,a:visited { color: firebrick; } */
a:link,a:visited { color: black; }
a:active { color: #000099; }

body {
  background-color: white;
  font-family: 'Archivo', sans-serif;
  font-style: normal;
  font-size: 16px;
  font-variant: normal;
  font-weight: normal;
  color: #111;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 600px;
}

.container { position: relative; text-align: center; color: #eee; font: Roboto,Arial,sans-serif; font-size:18pt;}
.top-left { position: absolute; top: 32px; left: 56px; }
.bottom-left { position: absolute; bottom: 32px; left: 56px; }
.container a:link, .container a:visited {color:#eee; }

.outline {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* @import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap'); 
 */

.club {
  font-family: "Carattere", cursive;
}

.bigclub {
  letter-spacing: 1px;
  font-size: 82px;
  font-weight: 400;
}

/* @import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');
 */

.motto {
  font-family: 'Carattere', cursive;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
}
