body{
    background-color: white;
}
*div{
    border-radius: 15px;
    padding: 0 10px;
}
.header{
    text-align: center;
}
.image{
    width: 200px;
    height: auto;
}
@media (max-width: 700px){
    .image{
        width: 150px;
        height: auto;
    }
}
.content{
    background-color: white;
    margin: 3px 1%;
    padding: 20px;
} 

.intro{
    background-color: yellow;
    padding: 5px 10px;
    border-radius: 20px;
}

#direction b{
    text-decoration: underline 2px;
    cursor: grab;
}
#jk b{
    text-decoration: underline 2px;
    cursor: grab;
}

#corps{
    padding: 5px 10px;
}

#corps div{
   padding: 10px 10px 1px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    color: black;
    font-weight: 550;
}

.button-palette button{
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    width: 100px;
    font-weight: bold;
    color: black;
}

.button-palette button:hover, .button-palette-midsized button:hover, .button-palette-large button:hover {
    background-color: #05995b;
}
.button-palette0 button:hover {
    background-color: gray;
}

.a{
    border-radius: 10px;
    color: red;
    font-weight: bold;
}
.a:hover{
    background-color: blue;
    color: yellow;
}
#scrollToTop img {
    width: 40px;
    height: 40px;
    text-align: center;
}

#scrollToTop:hover {
    cursor: pointer;
    opacity: 0.8;
}