@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

body {
  margin: 0;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #FFFAF1;
  font-family: 'Source Code Pro', sans-serif;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  display: none;
}

p {
  font-size: 18px;
}


.name {
  font-size: 32px;
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.sections {
  text-align: center;
  font-size: 24px;
  padding: 1rem;
  margin: 1rem;
}

.education_container {
  display: flex;
  justify-content: space-between;
}

.section_container {
  display: flex;
  padding: 2rem;
  margin: 2rem;
}

.skills_section {
  display: flex; 
  flex-direction: row;
  justify-content: space-evenly;
}
