/*This stylesheet contains all the styles for elts within the homepage/index.html*/

#welcomeBanner {
  height: 250px;
  display: flex;
  background-color:#EA8C55;
}
#welcomeInfo{
  padding:1%;
}

.articleSection {
  height: 100%;
  padding-left: 1%;
  padding-bottom:1%;
  display:flex;
  flex-direction:column;
}
#filter{
    display:flex;
    flex-direction:row;
    padding-bottom:1%;
}
#platform-select{
    height:10%;
    margin-left:1%;
}

th, tr{
    outline:1px solid white;
    padding:1%;
    align-items:center;
}