@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');

body {
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: Instrument Sans, Helvetica;
  background: 
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://i.pinimg.com/1200x/73/ee/35/73ee359ea4699e7c6337ba22a1f55883.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
table, th, td  {
  width: 300px;
  font-family: Instrument Sans, Helvetica;
  font-size: 14px;
  padding: 3px;
  margin: auto;
}

.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

section {
  max-width: 550px;
  margin: auto;
}

p {
  font-size: 14px;
}

header {
 padding: 2px 8px 2px 8px;
  max-width: 650px;
  align-content: center; 
  margin: 0 auto;
}

.element {
  transition: all 0.3s ease;
}

.element:hover {
  transform: scale(1.1) rotate(0deg) translate(0px, 0px) skewX(0deg);
  opacity: 1;
  filter: brightness(1);
}

@media (orientation: portrait) {
  header {
    width: 340px;
    padding: 0;
  }
  .title {
    width: 350px;
    padding: 0;
  }
  
  header img:not(.title) {
    height: 36px;
  }
  
}

a {
  color: inherit;
}

.container {
  background-color: rgba(220, 0, 36, 0.6);
  padding: 14px 8px 14px 8px;
  color: white;
  border: dashed black 1px;
  border-radius: 6px;
  margin: 0 10px 0 10px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.charpage {
  border: solid white 1px;
  height: 100px; 
  width: 100px; 
  border-radius: 50px;
}

.name {
  background: black;
  padding: 10px; 
  font-size: 28px;
  margin: 0 10px 0 10px;
  border-radius: 6px;
  border: dashed rgba(220, 0, 36, 1) 1px;
  font-family: Verdana;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.info {
  background: black;
  padding: 8px; 
  font-size: 18px;
  text-align: left;
  margin: 0 10px 0 10px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  border: dashed rgba(220, 0, 36, 1) 1px;
  font-family: Verdana; 
}