@import "header.css";
@import "main.css";
@import "footer.css";




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;  
}
@font-face {
    font-family: "Furore";
    src: url("https://media.uprock.school/fonts/Furore/Furore.otf");    
}
@font-face {
    font-family: "LTSuperior";
    src: url("https://media.uprock.school/fonts/LTSuperior/LTSuperior-Regular.otf");    
}

html{
  height: 100%;
}

body{
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
  font: 20px LTSuperior;
  line-height: 1.5;
}


.wm {
  margin: 0 auto;
  padding: 0 5px 0 5px;
}
.wm p {
  margin: 15px 0;
}


h1 {
  font: 38px LTSuperior;
  padding: 0 10px 30px 10px;
}