@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: 'Open Sans', sans-serif;
}
footer{
    width: 80%;
    display: flex;
    flex-direction: row;
    padding: 20px 10%;
    background: gainsboro;
}