/***************************************************/

/* General Styling */

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

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 16px;
  src: url("./fonts/Montserrat/Montserrat-VariableFont_wght.ttf")
    format("truetype");
}

@font-face {
  font-family: "Source-Sans-3";
  font-weight: 600;
  font-size: 16px;
  src: url("./fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf")
    format("truetype");
}

html {
  margin-bottom: 3rem;
}

body {
  font-family: "Montserrat", sans-serif;
  max-width: 600px;
  min-width: 377px;
  margin: 0 auto;
}

header {
  background-color: #6a1cc3;
  color: #fbfbfb;
  text-align: center;
  font-size: 0.5rem;
  padding: 1.5rem;
}

main {
  margin: 1.5rem;
}

/***************************************************/

/* Specific Styling */

h1 {
  padding-top: 1rem;
}

.bi-list {
  position: relative;
  top: 0.8rem;
  left: -1rem;
}

h2 {
  color: #6a1cc3;
  font-size: 1.15rem;
  margin-bottom: 0;
}

.header-text {
  margin-top: 0;
  font-size: 0.8rem;
  color: #00000099;
}

.input-student {
  border-color: #6a1cc3;
  border-radius: 0.1rem;
  border-width: 0.12rem;
  margin: 1rem auto 1rem auto;
  min-width: 327px;
  position: relative;
  margin-top: 0;
  height: 2rem;
}

::placeholder {
  font-family: "Source-Sans-3";
  font-size: 0.8rem;
  font-weight: 600;
  color: #4b148a61;
}

.input-wrapper {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

select {
  border-color: #6a1cc3;
  border-radius: 0.1rem;
  border-width: 0.12rem;
  height: 2rem;
  font-family: "Source-Sans-3";
  color: #6a1cc3;
  font-size: 0.7rem;
}

.class-select {
  min-width: 184px;
  margin-right: 0.61rem;
  margin-bottom: 1rem;
}

.time-model-select {
  min-width: 129px;
}

h3 {
  font-size: 1rem;
  color: #00000099;
  margin-top: 2rem;
}

h3 ~ p {
  font-family: "Source-Sans-3";
  border: solid #6a1cc3;
  padding-left: 5rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  position: relative;
  box-shadow: 3px 3px 0 1px #6a1cc3;
  color: #6a1cc3;
  margin-right: 0.6rem;
}

a {
  font-size: 0.8rem;
  color: #6a1cc3;
  font-weight: 400;
}

.bi-person {
  position: absolute;
  left: 1rem;
  top: 0.7rem;
  border: solid #8849cf;
  border-radius: 0.2rem;
  background-color: #8849cf;
  padding: 0.4rem;
  width: 2.2rem;
  height: auto;
}
