body {
 background-color: #373737;
 color: #333;
}

body {
 font-family: Mulish;
 font-size: 20px;
 line-height: 1.5;
}

h1 {
 font-size: 28px;
 color: #ff8800;
}

h2 {
 font-size: 20px;
 color: #6C757D;
}

p {
 margin-bottom: 1rem;
 background-color: #373737;
 color: #ff8800;
}

a {
 color: #373737;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}