
.font-size-07rem{
    font-size: 0.7rem !important;
}

.d-none {
    display: none !important;
}

body {
    overflow-x: hidden;	
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
}

.container {
    width: 100vw;
    height: 100%;
    display: flex;
    overflow: hidden;	
    position: relative;
}

.workspace {
    width: 100%;
    min-height: 100vh;
}

