@font-face {
  font-family: 'TerminalGrotesque';
  src: url('fonts/terminal-grotesque-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: TerminalGrotesque;
  background-color: white;
  color: black;
  display: flex;
  flex-direction: column;
  height: 70vh;
}

header {
  display: flex;
  justify-content: left;
  padding: 20px;
}

.nom {
  font-size: 25px;
  font-weight: bold;
}


AFB {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lien-afb {
  font-size: 24px;
  text-decoration: none;
  color: black;
  border: 0px solid #00f0ff;
  padding: 0px 0px;
  border-radius: 0px;
  transition: background 0.3s, color 0.3s;
}

.lien-afb:hover {
  background: red;
  color: white;
}

bandcamp {
  display: flex;
  justify-content: header;
  padding: 20px;
}

.lien-bandcamp {
  font-size: 24px;
  text-decoration: none;
  color: black;
  border: 0px solid #00f0ff;
  padding: 0px 0px;
  border-radius: 0px;
  transition: background 0.3s, color 0.3s;
}

.lien-bandcamp:hover {
  background: red;
  color: white;
}
