@font-face {
    font-family: teksti;
    src: url(Ubuntu/Ubuntu-Regular.ttf);
}

@font-face {
    font-family: teksti;
    src: url(Ubuntu/Ubuntu-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: teksti;
    src: url(Ubuntu/Ubuntu-Italic.ttf);
    font-style: italic;
}



body {
    background-color: #e0e0e0;
}

.container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
    padding: 20px;
    font-family: teksti, sans-serif;
}

.ransu {
    float: right;
    margin: 0;
    padding: 20px;
    color: #bdbdbd;
    font-size: 12px;
}
