#termsModal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1000;
}

#termsContent {
    width: 70%;
    max-height: 80%;
    margin: 5% auto;
    background-color: #fff;
    padding: 40px;
    overflow: auto;
}