body {
background-color: yellowgreen;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
color: black;
}

p {
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

h3 {
    font-size: 16px;
}

h2 {
    font-size: 20px;
    font-style: italic;
}

.box {
    background-color: grey;
}

.box2 {
    background-color: rgb(250, 0, 96);
    width: 130px;
}

a:link {
    color: aqua;
}

.title {
    color: black;
}

.lead {
font-style: italic;
}

div {
    width: 600px;
  border: 4px dashed black;
  padding: 20px;
  margin: 20px
}

.link {
    font-size: 24px;s
    font font-weight: bold;
}

.box3{
    background-color: yellow
}

