h1{font-size: 7vh;}
h2{font-size: 5vh;}
h3{font-size: 4vh;}

@font-face {
    src: url(/DE/xpfont.ttf);
  	font-family: 'Windows XP Tahoma'
}
* {
    margin: 0;
    padding: .25vh;
    font-family: 'Windows XP Tahoma'; 
    font-size: 3vh;
}


.sidebox {
    position: relative;
    width: 80%;
    max-height: 70%;
    border: 1px solid #0069ff;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-left: 10%;
    margin-bottom: 1vh;
    overflow: auto;
}