@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400&display=swap");

:root {
  --blue: #4285f4;
  --red: #e8112d;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family: Ubuntu;
  background-color: #ffffff;
  background: #ffffff;
  scroll-behavior: smooth;
}

#content {
  width: 100%;
  padding: 5%;
  height: 70%;
}
