@import "header.css";
@import "control.css";
@import "main.css";
@import "footer.css";

html,body{
  margin:0;
  padding:0;
}

html{
  scroll-behavior: smooth;
}

:root{
  --size-header: 80px;
  --size-footer: 80px;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1{
  color:white;
  margin:0;
  padding:0 10px;
  display:flex;
  height:100%;
  align-items:center;
  font-size:20px;
}

h1 a{
  color:inherit;
  text-decoration:none;
}

/* h1{
  display:none;
} */

h2{
  font-size:16px;
  margin-top:0;
  margin-bottom:0;
}

body > section{

}
