html {
  padding: 0;
  margin: 0;
}
body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
header img {
  display: block;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  height: 50px;
  width: auto;
}
#menu {
    background: #0047cc;
    width: 100%;
    height: 65px;
}
#main {
    margin-top: 35px;
    margin-bottom: 50px;
}
.text {
    margin-top: 15px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
.text2 {
    margin-top: 10px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
#const {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75vw;
  min-width: 350px;
  max-width: 700px;
  height: auto;
}
footer {
  width: 100%;
  background: #0047cc;
  height: 65px;
  text-align: center;
}
footer img {
  margin-top: 12.5px;
  width: auto;
  height: 40px;
}