@font-face {
  font-family: 'FOT-Rodin Pro L';
  src: url('/font/FOT-Rodin Pro L.otf') format('opentype');
}

@font-face {
  font-family: 'FOT-Rodin Pro M';
  src: url('/font/FOT-Rodin Pro M.otf') format('opentype');
}

body {
  font-family: 'FOT-Rodin Pro M';
  margin: 0;
  padding: 0;
}

a {
  color: #7696ff;
  text-decoration: none; 
}

.transcript {
  font-family: 'FOT-Rodin Pro M';
  padding: 1rem;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.header {
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
}

.title-page {
  font-size: 4rem;
  letter-spacing: -0.06em;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: lighter;
  opacity: 0;
  transform: translateY(20px); 
  animation: slideUp 1s ease-in-out forwards;
}

.cardsss {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(20px); 
  animation: slideUp 1s ease-in-out forwards;
  animation-delay: 0.5s;
}

.carded {
  width: 1000px;
  height: 50px;
  margin: 10px;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: border-color 0.2s ease;
}

.carded:hover {
  cursor: pointer;
}

.card-link {
  color: inherit;
  text-decoration: none;
  display: block;
}

@media (max-width: 600px) {
  .carded {
    width: 300px;
    /* height: 25px; */
    height: 60px;
  }
  .text {
    font-size: 0.7rem;
    width: 280px;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0); 
  }
}

@font-face {
  font-family: 'FOT-Rodin Pro L';
  src: url('/font/FOT-Rodin\ Pro\ L.otf') format('opentype');
}

@font-face {
  font-family: 'FOT-Rodin Pro M';
  src: url('/font/FOT-Rodin\ Pro\ M.otf') format('opentype');
}

@font-face {
  font-family: "ABC Diatype";
  src: url("https://db.onlinewebfonts.com/t/4c4a87973ef80fc72049e01b9085fadc.eot");
  src: url("https://db.onlinewebfonts.com/t/4c4a87973ef80fc72049e01b9085fadc.eot?#iefix")format("embedded-opentype"),
  url("https://db.onlinewebfonts.com/t/4c4a87973ef80fc72049e01b9085fadc.woff2")format("woff2"),
  url("https://db.onlinewebfonts.com/t/4c4a87973ef80fc72049e01b9085fadc.woff")format("woff"),
  url("https://db.onlinewebfonts.com/t/4c4a87973ef80fc72049e01b9085fadc.ttf")format("truetype"),
  url("https://db.onlinewebfonts.com/t/4c4a87973ef80fc72049e01b9085fadc.svg#ABC Diatype")format("svg");
}

body {
  font-family: 'FOT-Rodin Pro L', Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
}

.container {
  width: 80%;
  margin: 50px auto;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 18px;
  margin-top: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

p {
  font-size: 12px;
  margin: 15px 0;
  font-weight: 200;
}

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 30px 0;
}

.intro p {
  margin-bottom: 10px;
  font-weight: lighter;
}

::selection {
  background: #000000;
  color: white;
}
