html {
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

body {
    font-family: "Times New Roman", Times, serif; 
    font-style: normal;
    font-size: 1.1em;

    margin: 0px;
    border: 0px;
    padding: 0px; 
    padding-left: 5px; 
    padding-right: 5px; 

    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.main-box {
    position: relative;
    border: 0px;
    padding: 0px;
    left: 50%;
    width: 540px;
    transform: translate(-50%);
}

.theme-box {
    position: relative;
    border: 0px;
    padding: 0px;
    left: 50%;
    width: 75%;
    transform: translate(-50%);
    text-align: center;
}

.theme, h2 {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.25em;
}

.chapter, h1 {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.5em;
}

.caption, h2 {
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1.25em;
}

.chronos {
    font-size: 1.1em;
    font-weight: normal;
    font-style: italic;
}

.paragraph, h3 {
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.1em;
}

.privacy-message {
    z-index: 1;
    position: absolute;
    position: fixed;

    top: 150px;
    left: 50%;
    transform: translate(-50%);

    max-width: 300px;
    height: auto;

    background-color: rgb(255, 255, 255);
    border-radius: 5px;

    border-style: solid;
    border-width: 1px;
    border-color:  rgb(160, 160, 160);

    color: #000000;
    padding: 10px;
  }

  .panel-box {
    position: relative;
    border: 0px;
    padding: 0px;
    left: 50%;
    width: 100%;
    transform: translate(-50%);
    text-align: center;
}

.panel-submit { 
    background-color: rgb(255, 255, 255);
    color:rgb(80, 80, 80);
    padding: 5px 10px;
    position: relative;
}

.panel-div { 
    padding-left: 10px;
    padding-right: 10px;
}

input[type="text"] {
    width: 100%;
    height: 20px;
    padding: 5px;
    font-size: 1.0em;

    color: #505050;
}

input[type="submit"] {
    width: 100px;
    height: 35px;
    padding: 5px;
    font-size: 1.0em;
}

select {
    width: 100%;
    height: 35px;
    padding: 2px;
    font-size: 1.0em;

    background-color: #FFF;
    color: #505050;
}