* {
  margin: 0vw;
  padding: 0vw;
  font-family: "Roboto", sans-serif;
  font-size: calc(1px + 0.8vw + 1.5vh);
  font-weight: normal;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

body {
  width: 100vw;
  height: 100%;
  background-image: linear-gradient(to bottom right, #FF7043, #FBE9E7, #FF7043);
  background-blend-mode: overlay;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
