#header{
  height:27vh;
}

#header canvas{
  margin-left:2vh;
  width: 25vh;
  height: 25vh;
}

#linkarea{
  width:calc(75vw - 36vh);
  height: 21vh;
  margin-left: 1vh;
  margin-right: 3vh;
  padding: 2vh 1vh;
  background-color:#fdfdf5;
  display:flex;
  align-items:center;
  border-radius: 30px;
}

#content{
  height:73vh;
}

#content input[type="range"]{
  width:500px;
  max-width:90%;
}

input[type="button"]{
  font-size:14px;
  width:12em;
  max-width:50vw;
  margin:0.5em 0.5em;
  padding:0.5em 0;
  white-space: normal;
}

#header input[type="button"].linkb{
	width:6em;
}