@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Rubik", "Noto Sans TC", sans-serif;
}

body {
  font-size: 16px;
  padding: 0;
  margin: 0;
  background-color: #fafafa;
  position: relative;
  min-height: 100vh;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 3rem 0;
}

.card {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 1.2rem;
  min-width: 860px;
  height: 100%;
  border: 1px solid #00000033;
  background-color: rgb(240, 240, 240);
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

#info {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 1rem;
}

#title {
  width: 100%;
  padding-left: 2rem;
}

#title h1 {
  font-weight: 500;
  font-size: 4rem;
}

#title h2 {
  font-weight: 500;
  font-size: 2.5rem;
}

#avatar {
  aspect-ratio: 3 / 4;
  max-height: auto;
  max-width: 12rem;
}

ul, ol {
  font-size: 1.2rem;
  margin-left: 0.7rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}

.block {
  margin-bottom: 1.5rem;
}

.str {
  font-weight: 700;
}

.l-square {
  list-style-type: square;
}

.l-I {
  list-style-type: upper-roman;
}

.l-en {
  list-style-type: upper-latin;
}

.l-disc {
  list-style-type: circle;
}

.l-none {
  list-style-type: none;
}

.no-ul {
  text-decoration: none;
}

.school {
  width: auto;
  height: 5rem;
}

.school img {
  height: 100%;
  width: auto;
}

.school.bg {
  background-color: #0c0c0cb6;
}

.sc {
  margin: 1.2rem 0;
}

.icelight {
  background: linear-gradient(to right, #113fd8, #4cdbff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.cocolight {
  background: linear-gradient(to right, #ff7e5f, #feb47b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.des {
  max-width: 700px;
}

.link {
  padding-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.link a {
  font-size: 1.3rem;
  color: rgb(7, 124, 219);
  font-weight: 600;
  transition: all 0.3s ease;
}

.link a:hover {
  color: rgb(85, 176, 252);
}

.c-normal-text {
  color: #0a0a0a;
}

.c-normal-text:hover {
  color: rgb(44, 61, 145);
}

.mycompany {
  margin-top: 2rem;
  font-weight: 600;
}

.an {
  background: linear-gradient(-12deg, #7a23ec, #20c6f0);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}