@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700&display=swap');
/* CSS Document */

body {
    background-color: teal;
}

.parent {
  padding: 20px;
  color: #ffffff;
  font-family: 'Josefin Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 18px;
  font-weight: 400;
}

.header {
  font-family: 'Josefin Sans', 'Arial', 'Helvetica', 'sans-serif';
  font-weight: 700;
  display: flex;
  text-align: center;
  align-content: center;
  justify-content: center;
  margin: 0px;
}

h2 {
  font-weight: 400;
  font-style: italic;
}

h1, h2 {
  margin: 0px;
}

#square-icon {
  margin-bottom: 0px;
}

.main {
  font-weight: 400;
  font-size: 16px;
}

.main h3{
  background-color: #BF5AA4;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 0;
}

ul {
  list-style-type: none;
  padding: 0px;
  font-size: 16px;
}

a {
  font-size: 18px;
  text-decoration: none;
}

a:link {
  color: #ffffff;
}

a:hover {
  background-color: #D94E73;
  padding: 0;
}

a:visited {
  color: silver;
}

.footer {
  font-size: 12px;
}