@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
}

* {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  color: lightgray;
  
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  background-color: hsl(235, 18%, 26%);
  margin: 0 auto;
  max-width: 1024px;
  padding: 24px

}

header {
  text-align: center;
  padding-bottom: 20px;
}

header p {
  padding-top: 10px;
}

section.sections h1 {
  padding-top: 20px;
  padding-bottom: 8px;
}

#root {
  min-height: 100vh;
  min-height: 100dvh;
}

footer {
  padding-top: 20px;
  text-align: center;
}

.name {
  color: rgb(249, 166, 12);
}

#count {
  color: rgb(249, 166, 12);
  font-weight: bold;
}

footer p {
  line-height: 22px;
}

#skills-list {
  text-align: left;
}

#school {
  font-weight: bold;
  font-size: 18px;
}

#school-description {
  text-align: left;
}

#work-experience {
  font-weight: 100;
  font-size: 16px;
}

h1.section-header {
  color: rgb(249, 166, 12);
}

.description{ 
  padding-left: 28px;
}

#experience {
  padding-bottom: 20px;
}

#work1-dates {
  font-size: 14px;
  padding-bottom: 12px;
}

.work-description {
  padding-left: 28px;
  padding-bottom: 12px;
}

#projects p{
  padding-bottom: 12px;
  padding-top: 12px;
}