* {
  margin: 0;
  padding: 0;
}

html {
  /*background-color: rgba(234, 81, 118, 0.7);*/
  background-color: white;
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url(/fdd_color.png);
  background-repeat: no-repeat;
  background-size: 60vw;
  background-position: center;
}
