.guide-container{
    box-shadow: 3px 3px 10px rgba(0,0,0,.3);
    max-width: 600px;
    margin: 20px auto;
    padding:  0px;
    border-radius: 10px;
    max-height: 600px;
    overflow-y: scroll;
    text-align: justify; 
}
