.main-container{
    height: 100vh;
    width: 100vw;
    background-image: linear-gradient(to bottom, #FFFFFF, #3B3B3B);
    color: white;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}   