html {
    max-width: 1400px;
    margin: 0 auto;
}

h1 {
    color:blue;
    background-color: #D08047;
    border-radius: 10px;
    margin: 10px;
    padding-left: 35px;
}
h2 {
    color:white;
    background-color: #D08047;
    font-size: medium;
    font-weight: normal;
    border-radius: 10px;
    padding: 15px 0px 15px 10px;
}

h3 {
    color:#666666;
    background-color: white;
    font-size: medium;
    font-weight: normal;
    border: solid;
    border-width: thin;
    border-color: lightgray;
    border-radius: 10px;
    padding: 15px 0px 15px 10px;
}

.kadomaru {
    border-radius: 10px;
    margin-top: 20px;

}

.galleryimage {
    width: 250px;
    height: 250px;
    padding: 10px 10px 5px 15px;
    /* margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-left: 5px; */
}

footer {
    width: 100%;
    height: 120px;
    text-align: center;
    padding: 50px 0;
    font-size: 0.85em;
    color: gray;
    clear: both;
    
}

a:hover {
    color: chocolate;
}

a.no-underline {
    text-decoration: none;
    
    
}

a.no-underline:visited {
    color: gray;
}

a:visited {
    color: #666666;
}

a.globalink{
    color: gray;
    text-decoration: none;
    font-size: 14pt;
    display: inline-block;
    /* padding-bottom: 40px; */
    position: relative;
    padding: 10px 30px 40px 30px;
}

a.globalink::after {
    background-color: chocolate;
    color: chocolate;
    bottom: 20;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .4s all;
    /* width: 0; */
}

a.globalink:hover::after {
    width: 100%;
    height: 3px;
    color: chocolate;
}

a.globalink:hover {
    color: chocolate;
}


code {
    font-size: 16px;
    /* color: gray; */
    background-color: lightgray;
    border-radius: 5px;
    font-weight: normal;
}

p {
    padding-left: 1em;
    color: #666666;
}

code {
    margin-left: 1em;
    padding-top: 0.3em;
    padding-left: 0.5em;
    padding-bottom: 0.3em;
    padding-right: 0.5em;
    color: gray;
    font-weight: normal;
}

#image {
    width: 20%;
    
    float: left;
}

#explanation {
    width: 80%;
    float: right;
    
}

hr {
    clear: both;
}

span {
    color: #D08047;
}