body{
  background:white;
  text-align:center;
  color:white;
  font-family: "Aldrich", sans-serif;
  display:flex;
  flex-direction:column;
}

.aldrich-regular {
  font-family: "Aldrich", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.title{
  width:1000px;
  height:30px;
  background:rgba(0,0,0,0.5);
  margin:0 auto;
  margin-bottom:10px;
  padding:10px;
  justify-content:center;
  align-content:center;
}

.main{
  background:rgba(0,0,0,0.5);
  width:1000px;
  margin:0 auto;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  padding:10px;
}

.container{
  background:rgba(255,255,255,0.2);
  margin:5px auto; 
  width:45%;
  height:justify-content;
}