body {
    background-color: white;
    background: scroll;
    height: 100vh;
    margin: 0; 
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    user-select: none;
}
.modal-content {
    background-color: white !important; 
    font-family: 'Montserrat', sans-serif !important;
}