/* rgb(0, 94, 81); */

#card{
    width: 500px;
    height: 500px;
    background-color:rgb(0, 94, 81);
    display:  flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    margin-left:  auto;
    margin-right: auto;
}

#content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#image {
    max-width: 100%;
    max-height: 440px;
}

.scorecard #image {
    display: none;
}

#score {
color:  white;
font-size: 20px;
margin-top: 5px;
}

h1{
	text-align:center;
	color:#005e51
}

#buttongroup{
	display:flex;
	width:100%;
	justify-content:space-around;
}

.scorecard #buttongroup {
    display: none;
}

.button{
	height: 40px;
	color: white;
	font-size: 20px;
	background-color:#005e51;
}