/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 25px;
}

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.banner{
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  background-color: black;
  color: white;
  padding: 50px;
}

.index{
  list-style-type: none;
  text-align: center;
  background-color: rgb(172, 169, 169);
  float: center;
  padding-top: 1px;
  padding-bottom: 1px;
}

a{
  color: black;
  text-decoration-line: none;
  padding-right: 20px;
}
