@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light.ttf');
}

body, html {
    margin: 0 auto;
    height: 100%;
    background-color: whitesmoke !important;
}

.ui.container {
    height:100%;
    width: 30% !important;
}

.ui.container > .grid {
    height: 100%;
}

.content {
    color: #2185d0;
}

.ui.button {
    width: 100%;
}






















