/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,300&display=swap');*/

/*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto' sans-serif;
}*/
.container
{
  width: 100%;
  height: 100%;
  background-color: bisque;
}

.container .card
{
  width: 50%;
  height: 50%;
  background-color: white;
  margin: auto;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

