.terms{
    position: fixed;
    background: white;
    top: 20px;
    bottom: 20px;
    z-index: 9999;
    left: 20px;
    right: 20px;
    font-size: 11px;
    padding: 10px;
    box-shadow: 0 0 10px #0000004d;
    text-align: justify;
    overflow: auto;
    white-space: pre-wrap;
    color: #353535;
    max-width: 500px;
    max-height: 450px;
    margin: auto;
}
