@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Lexend Deca", "Gilroy", "Poppins", Arial, Helvetica, sans-serif;
  background-color: #f9fafb;
  line-height: 1.6;
  user-select: none;
}

header {
  background: #5271ff;
  color: white;
  text-align: center;
  padding: 36px;
  margin-bottom: 16px;
}

header h1 {
  font-size: 48px;
  text-transform: uppercase;
}

header p {
  font-size: 18px;
  font-weight: bold;
}

.container {
  color: #404040;
  text-align: center;
  padding: 36px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.container h2 {
  font-size: 32px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.container p {
  font-size: 16px;
}

.card {
  background: white;
  text-align: #404040;
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.education {
  background-color: #daf0ff;
}

.skills {
  background-color: #fef0bf;
}

.skills p {
  font-weight: bold;
}

.projects {
  background-color: #eae6fe;
}

.contact {
  background-color: #d7fce3;
}

footer {
  background-color: #1c1c1c;
  color: white;
  text-align: center;
  padding: 16px;
}

.emoji {
  display: inline;
  vertical-align: middle;
}
