html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.logo-header{
    height:50px;
}

#entry{
    height:70vh;
}

.inList {
    list-style: none;
}

:root{
    --colour-box:green;
}

.colour-box{
    background-color:var(--colour-box);
}

.colour-box:focus {
    background-color: var(--colour-box);
}