@import url('https://fonts.googleapis.com/css?family=Holtwood+One+SC|Monoton&display=swap');

.score-font {
  font-family: "Monoton", cursive;
  font-size: 7vmin;
}

.team-font-accronym {
	font-family: "Holtwood One SC", serif;
	text-shadow: 0.2em 0.2em #ffc107;
}



.caption div {
    box-shadow: 0 0 20px #C8C8C8;
    transition: all 0.3s ease 0s;
}


.ratio {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

