body {
  font-family: courier;
  font-size: 30px;
  background-color: rgba(54, 57, 63, 1);
  color: white;
  margin: 0px;
  padding: 0px;
  margin: auto;

}


.material-icons.md-80 { font-size: 80px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-dark { color: rgba(0, 0, 0, 1); }
.material-icons.md-dark2 { color: rgba(0, 0, 0, 0.6); }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

.small{
  font-size: 15px;
}

.box-square-left{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.box-square{
  height: 168px;
  width: 100%;

  background-color: rgba(47, 49, 54, 1);
  border: 1px solid rgba(32, 34, 37, 1);
  float: left;
  margin-bottom: 10px;
  


}


.thumb-square{
  width: 20%;
  zoom: normal;
  height: 168px;
  background-size:cover;
  background-position: center;
  background-repeat:no-repeat;
  float: left;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-square{

  width: 55%;

  height: 168px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;  
}

.bottom-square{
  width: 25%;

  height: 168px;
   margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}
.info-square-left{

  width: 33%;

  margin: auto;
  display: grid;
  justify-content: center;
  align-items: center;
  float:right;
}

.info-square-center{
 
  width: 33%;

  margin: auto;
  display: grid;
  justify-content: center;
  align-items: center;
  float:right;

}

.info-square-right{
 
  width: 33%;
  margin: auto;
  display: grid;
  justify-content: center;
  align-items: center;
  float:right;
}

.title-info-square{
  font-size: 15px;
}