.green {
  background-image: url("../img/green.png");
}

.water {
 width: 30%;
 margin-top: 1em;
 height: auto;

}


.bear {
  width: 60%;
  margin-top: 1em;
}

.row.content {
  height: 450px;
}

.bold {
  font-weight: bold;
}



.title {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  opacity: 0.8;
  font-weight: bold;
  font-family: Georgia, 나눔바른고딕, NanumBarunGothic, "맑은 고딕", "Malgun Gothic", 돋움, dotum, AppleGothic, sans-serif;
  font-size: 2em

}

.card {
  border-radius: calc(5.5rem - 10px);
    
  background-color: white;
  width: 20vw;
  height: 100vh;
  
  margin: 1vw 1vw 1vw 1vw;
  display: inline-block;
  vertical-align: top;
}

.ruleImage {
  width: 100%;
}

.curlingImage {
  width: 30%;
  height: auto;

}

.scoreImage {
  width:30%;
  margin-right: 5em;
}