:root {
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}

.buttons {
  display: flex;
  width: 100%;
  padding: 0px 15vw;
  justify-content: space-between;
}

body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

header {
  width: 100vw;
  height: 5vh;
  display: flex;
}

main {
  width: 100vw;
  height: 90vh;
  display: flex;
  justify-content: flex-start;
}

footer {
  width: 100vw;
  height: 5vh;
  display: flex;
}
