@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}
body {
  font-family:"Roboto", sans-serif;
  background-color: #ffffff;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.container {
  height: fit-content;
  width: 330px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #328ca9;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(10rem, 1rem);
  grid-gap: 1rem;
}
.container3 {
  height: fit-content;
  width: fit-content;
  position: fixed;
  top: 8rem;
  bottom: 75rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #328ca9;
  transition: 1s;
  border-radius: 1rem;
  color: #a4d7e8;
}
button {
  border: 0.5rem solid #89c6da;
  background-color: #328ca9;
  font-size: 3rem;
  padding: 1rem 2rem;
}
.box {
  /* transition: 2s; */
  position: relative;
  text-align: center;
  align-items: center;
  border-radius: 0.2rem;
  background-color: #ffffff;
}

.pbox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  height: max-content;
}
.ptag {
  transition: .2s;
  font-size: 2rem;
  color: black;
}
#score1x,
#score2x,
#score3 {
  transition: 3s;
  font-size: 2rem;
}
.svg{
  transition: .2s;
  font-size: 2rem;
  stroke: rgb(0, 0, 0);
  width: 6rem;
}
.container2 {
padding: 0.5rem 1rem;
font-size: 2rem;
color: #b8ddea;
border-radius: 1rem;
background-color: #328ca9;
position: absolute;
top: 2rem;
left: 2rem;
}

