/* 
Colors used for project:
Primary: rgb(255, 251, 235)
Secondary: rgb(236, 249, 255)
Accent: 

Fonts used for project: 
Headings: Montserrat
Paragraphs: Raleway
Emphasis/Italics: Caveat
*/

body {
  background-color: rgb(255, 251, 235);
}

body h1, h2, h3{
  font-family: 'Montserrat';
  margin: 0;
  text-align: center;
}


body p {
  font-family: 'Raleway';
}

.classmate-link {
  text-decoration: none;
}

.classmate-link:hover {
  font-size: 1.05rem;
}

footer {
  font-family: 'Caveat';
  padding-bottom: 6rem;
  text-align: center;
}

#credit-section {
  background-color: rgb(236, 249, 255);
  margin: 6rem auto;
  width: 25vw;
  padding: 4rem;
}