
html, body {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    text-align: center;
    background: snow;
    color: #0a0a0a;
    height: 100%;
    overflow: hidden;
}

.container {
    width: 80%;
    margin: 0 auto;
    padding-top: 2rem;
}

h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
}

h2 {
    font-weight: 400;
    font-size: 1.125rem;
}

h3 {
    font-size: 1rem;
    font-weight: 500;
}

p {
    font-size:.875rem ;
    
}

.link p:hover {
    font-weight: bolder;
    color: #4CCEE8;
}

.article_close {
    position: fixed;
    right: 0;
    top: 50%;
    width: 1.85rem;
    height: 1.85rem;
    font-size: 1rem;
    font-weight: 100;
    background-color: #0a0a0a;
    z-index: 4;
    color: #fff;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }
  
  .article_close:hover {
    color:#4CCEE8;
  }

  .app_logo {
    margin: 1em 2em 0 0; 
  }

