

#GUIDE{
    width: 100%;
    height: auto;
    overflow: hidden;
}

#GUIDE a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 2%;
    color: #356742;
    background-color: #e5f3e8;
    font-size: 1.1rem;
    line-height: 1.6em;
    box-sizing: border-box;
    border-radius:10px;
    margin-bottom: 15px; 
    margin-top: 8px; 

}
