
html {
  background-color: #000000;
}

h2 {
  font-family: 'Amatic SC', cursive;
  color: #ffffff;
  text-align: center;
  font-size:3rem;
  padding-left:10px ;
  padding-right: 10px;
}

.container {
  font-size: 18px;
  color: white;
}

.container a {
  color: white;
}

.one-page {

  margin-bottom: 30px;
}

.one-page img {
  width: 100%;
}

.awards {
  display: flex;
  justify-content: center;'
  margin-bottom: 30px;
}

.awards img {
  max-width: 150px;
}


.sm  {
  display: flex;
  justify-content: center;'
}

.sm  img {
  padding-top: 30px;
  padding-bottom: 30px;
   width: 100px;
}

.bottom-center {
  display: flex;
  justify-content: center;'
}

.bottom-center img {
  width: 95%;
}