body {
    background-color: #2e3541;
    overflow: hidden;
}

.Flask {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y:auto;
    text-align: center;
    font-size: calc(10px + 2vmin);
    font-family: 'Roboto';
    color: white;
}
.tutorview{
    height:1000px;
    max-width: 100%;	
    overflow-y:auto;
    float:left;
    position:relative;
    margin-left:-5px;
}

.Sammy {
    height: 40vmin;
    pointer-events: none;
}

a.Flask-link {
    color: #80a3cf;
}
