.google-sans-p {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  color: #d4d4d4;
  font-size: 22px;
  text-align: center;
}

.google-sans-h1 {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "GRAD" 0;
  color: #d4d4d4;
  font-size: 48px;
  text-align: center;
}

div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
}

body.dark {
  background-color: #212529;
}

img.leftcorner {
  position: absolute;
  top: 16px;
  left: 32px;
  width: 5%;
  height: 10%;
  border-radius: 15px;
}

img.rightcorner {
  position: absolute;
  top: 16px;
  right: 32px;
  width: 5%;
  height: 10%;
  border-radius: 15px;
}
