/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

    .steeldogs {
        width: 100px;
		align-items: : center;
        justify-content: center;
        display: flex;
    }
    .steeldogs2 {
        width: 100px;
		align-items: : center;
        justify-content: center;
        display: flex;
    }
    .score-wrapper {
    justify-content: center;
    align-items: center;
		align-content: center;
    display: flex;
    }
    .home-name {
        margin: 0px;
        color: white;
        font-size: 20px;
    }
    .score {
        padding: 20px;
        padding-right: 20px;
        align-items: : center;
        justify-content: center;
        display: flex;
        color: white;
    }
@media (max-width: 1024px) {

.score {
    font-size: 15px;
	padding: 10px;
	padding-right: 10px;
}
  .steeldogs,
  .steeldogs2 {
    width: 80px;
  }
}
@media (max-width: 768px) {
  .home-name {
    font-size: 20px;
    padding-left: 10px;
  }

  .steeldogs,
  .steeldogs2 {
    width: 80px;
  }

  .score {
    font-size: 15px;
  }
}
}
.greyscale-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}


