* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #000;
    
    
}



h1 {
    /*font-family:Garamond, serif;*/
    font-family: -apple-system,sans-serif;
    line-height:1em;
    color:#fff9d6;
    font-weight:bold;
    font-size:44px;
    /*text-shadow:0px 0px 0 rgb(231,231,231),1px 1px 0 rgb(216,216,216),2px 2px 0 rgb(202,202,202),3px 3px 0 rgb(187,187,187),4px 4px 0 rgb(173,173,173),5px 5px 0 rgb(158,158,158), 6px 6px 0 rgb(144,144,144),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);*/
        
}


h2 {
/*font-family:Garamond, serif;*/
    
    font-family: -apple-system,sans-serif;
    font-style: normal; 
    /*align-self: */
    line-height:1em;
    color:#fff9d6;
    font-weight:bold;
    font-size:20px;
    /*text-shadow:0px 0px 0 rgb(216,216,216),1px 1px 0 rgb(187,187,187),2px 2px 0 rgb(158,158,158), 3px 3px 0 rgb(129,129,129),2px 2px 1px rgba(0,0,0,0.6),2px 2px 1px rgba(0,0,0,0.5),0px 0px 1px rgba(0,0,0,.2);*/
    font-weight : normal;
    font-size:20px;
}

.news-section {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.news-article {
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
    appearance: none;
  background-color: #000;
  border-radius: 3em;
  border-style: none;
  box-shadow: #ADCFFF 0 -6px 10px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -.24px;
  margin: 0;
    margin-bottom : 20px;
  outline: none;
  padding: 1rem 1.3rem;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
    
}

.news-article img {
    width: 100%;
    height: auto;
    border-radius: 2.5em 2.5em 2.5em 2.5em;
}

.news-article h2 {
    margin: 15px 0;
    font-size: 1.5em;
}

.news-article p {
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: center;
}


.introduction {
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: center;
}

.share-button {
    text-align: center;
}


.share-button button {
    background-color: #4285f4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    
    
    appearance: none;
  background-color: #FFFFFF;
  border-radius: 40em;
  border-style: none;
  box-shadow: #ADCFFF 0 -12px 6px inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -.24px;
  margin: 0;
  outline: none;
  padding: 1rem 1.3rem;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
    
    
    
    
}

.share-button button:hover {
    /*background-color: #357ae8;*/
}




.article-date,   .journal-source {
    text-decoration: none;
    color: #999;
    font-weight: normal;
    font-size: 15px;
    
    
}



/* News styles*/

  .news-summary {
            cursor: pointer;
            color: inherit;
            text-decoration: none;
    }
        .share-time {
            color: #555;
            font-size: 0.9em;
        }

        /* Full-screen menu styles */




