a {
    text-decoration: none;
    color: black;
}

a:visited {
  text-decoration: none;
  color: black;
}

a:hover {
  color: #ffb395;
}

html {
    background-image: url("Images/Background/repeatginghamlace.png");
    background-repeat: repeat-x;
    background-color: #f2f2e8;
    overflow: hidden;
}

#illust {
    background-image: url("Images/Background/hohan-bg-1.png");
    background-repeat: no-repeat;
    background-size: 1538px;
    position: fixed;
    height: 879px;
    width: 1920px;
    overflow: hidden;
    z-index: -1;
    margin-top: -9px;
    margin-left: -10px;
    overflow: none;
    filter: sepia(16.3%);
}

.mobileuser {
    font-family: ms gothic;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #ffffff,-1px 1px 1px #ffffff,1px -1px 1px #ffffff,-1px -1px 1px #ffffff;
}


.container {
    padding: 500px;
    display: flex;
    flex-wrap: wrap;
    font-family: ms gothic;
}

.speech-bubble {
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    background-color: white;
    padding: 3px;
    margin-top: 36px;
    height: 100px;
    width: 500px;
}

.innerspeech {
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    background-color: white;
    padding: 3px;
    height: 92px;
    width: 492.3px;
    overflow: auto;
}

#character-name {
    padding: 3px;
    font-size: 13px;
}

#character-speech {
    padding: 3px;
    margin-top: -2px;
    font-size: 12px;
}