.angle {
  width: 100%;
  height: 4rem;
  stroke-width: 0;
  stroke: none;
  margin: 0;
  padding: 0; }

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-size: 10pt;
  font-family: Poppins !important;
  color: #0a0a0a;
  font-weight: 300; }

.latest-posts {
  font-size: 4rem;
  font-weight: 600; }

.post-title {
  font-size: 3rem;
  font-weight: 600; }

.post-title-url {
  color: #0a0a0a;
  text-decoration: none;
  border-bottom: solid 1px white;
  transition: border-bottom 0.5s; }

.post-title-url:hover {
  color: #0a0a0a;
  text-decoration: none;
  border-bottom: solid 1px #0a0a0a; }

.post-date {
  font-size: 0.9rem;
  color: #969696; }

.post-excerpt {
  margin-top: 0.5rem; }

.post-content {
  margin-top: 1rem; }

.date-url {
  color: #969696;
  text-decoration: none;
  border-bottom: solid 1px white;
  transition: border-bottom 0.5s; }

.date-url:hover {
  color: #969696;
  text-decoration: none;
  border-bottom: solid 1px #969696; }
