.base-div{
    display: flex;
    justify-content: space-between;
    background-color: #fafafa;
    width: 100%;
    box-sizing:border-box;
    box-shadow: #d8d8e2;
    margin: 0 auto;
    padding: 1% 2%;
    border-radius: 5px;
    border: 2px solid #d8d8e2;
    box-shadow: 2px 4px 6px 2px rgba(0, 0, 0, 0.2);

}
a{
    text-decoration: none;
    color: black;
    line-height: 1.6;
}