@font-face {
    font-family: "roboto regular";
    src: url(etusivu/roboto/RobotoCondensed-Regular.ttf);
}
@font-face {
    font-family: "roboto bold";
    src: url(etusivu/roboto/RobotoCondensed-Bold.ttf);
}
@font-face {
    font-family: "roboto italic";
    src: url(etusivu/roboto/RobotoCondensed-Italic.ttf);
}
.container {
    max-width: 800px;
    font-family: "roboto regular";
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 30px;
}
h1 {
    font-family: "roboto bold";
    font-size: 40px;
}
body {
    background-color: rgb(26, 40, 75);
    margin: 0;
}
a:link, a:visited {
    text-decoration: none;
    color: rgb(0, 0, 148);
}
a:active, a:hover {
    text-decoration: underline;
    color: blueviolet;
}