@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto Flex", sans-serif;
}

body {
  background-color: antiquewhite;
  text-align: center;
  padding-bottom: 20px;
}

body a {
  text-decoration: none;
  color: rgb(117, 102, 83);
}