@charset "utf-8";
html {
  scroll-behavior: smooth;
}
header {
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0;
  z-index: 5;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}
footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  background: #655dc6;
}