html, body {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    white-space: normal;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
}
.bg7 {background-color: #f8f8f8;}
.headerbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 5vh;
    width: auto;
    margin: 0;
    padding: 0;
    background-color: #df1100;
    border: none;
    border-radius: 0;
}
.footerbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 3vh;
    width: auto;
    margin: 0;
    padding: 1vh 3vw 1vh 3vw;
    background-color: #fff0;
    border-width: calc(1px + 0.05vh) 0 0 0;
    border-style: solid;
    border-color: red;
    border-radius: 0;
}
.contentbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    height: 89vh;
    width: auto;
    margin: 0 0.5vw 0 0.5vw;
    padding: 0.1vh 0.1vw 0.1vh 0.1vw;
    border: none;
}
.innerbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    border: none;
}
.genhbox1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: raw;
    align-items: center;
    justify-content: space-around;
    height: auto;
    width: 25vw;
    border: none;
}
.langnav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    border: none;
}
.langnav a {margin: 0 1vw 0 1vw; text-decoration-line: none;}
.langnav a:hover {color: #e10;}
.hrbox1{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 3vh 0 3vh 0;
    padding: 0;
    border: none;
}
.hrbox2{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    height: calc(1px + 0.1vh);
    width: 80%;
    background: linear-gradient(to left, #e100 0%, #e10f 30%, #e10f 70%, #e100 100%) no-repeat;
    border: none;
}
.hrbox3 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    height: calc(1px + 0.1vh);
    width: 50%;
    background: linear-gradient(to left, #e100 0%, #e10f 30%, #e10f 70%, #e100 100%) no-repeat;
    border: none;
}
.txtcolor1 {color: #111;}
.txtcolor2 {color: #eee;}
.serif {font-family: serif;}
.sansserif {font-family: sans-serif;}
.txt1 {
    font-style: normal;
    font-weight: bold;
    font-size: calc(20px + 5vmin);
    letter-spacing: 1px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.txt2 {
    font-style: normal;
    font-weight: bold;
    font-size: calc(20px + 2vmin);
    letter-spacing: normal;
    text-align: center;
    margin: 15px 0px 5px 0px;
    padding: 0px;
}
.txt3 {
    font-style: normal;
    font-weight: normal;
    font-size: calc(10px + 1vmin);
    letter-spacing: normal;
    text-align: center;
    margin: 5px 0px 15px 0px;
    padding: 0px;
}
.txt8 {
    font-style: normal;
    font-weight: bold;
    font-size: calc(5px + 1vmin);
    letter-spacing: normal;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.txt9 {
    font-style: normal;
    font-weight: normal;
    font-size: calc(5px + 1vmin);
    letter-spacing: normal;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.alt-margin{margin: 0 0 0 3.5vw}
