@import url('https://fonts.googleapis.com/css2?family=Victor+Mono:ital,wght@0,100..700;1,100..700&display=swap');

body {
  background: #821E1E;
  color: #821E1E;
  font-family: "Victor Mono", monospace;
  font-size: 15px;
}

a {
 color: #E21818;
}

table, th, td {
  border: none;
}

img {
  border-radius: 8px;
}

.main {
  width: 700px;
  background: #FFECC7;
  padding: 30px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 10px 13px #5D1515;
  border-radius: 30px;
}