@font-face {
    font-family: "roboto";
    src: url(Roboto/Roboto_Condensed-Regular.ttf);
}
@font-face {
    font-family: "roboto bold";
    src: url(Roboto/Roboto_Condensed-Bold.ttf);
}
@font-face {
    font-family: "roboto italic";
    src: url(Roboto/Roboto_Condensed-Italic.ttf);
}

body {
    font-family: "roboto";
    background-image: url(puhelin-taustakuva.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.tuote {
    width: 245px;
    display: inline-block;
    padding: 15px;
    margin: 10px;
    border: solid 0.2px #c0c0c0;
    border-radius: 10px;
}
.tuote:hover {
    transform: scale(1.03);
    box-shadow: -2px 2px 5px #c0c0c0;
}
.container {
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
}
h1 {
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 45px;
    font-family: "roboto bold";
    text-align: center;
}
.nimi {
    font-family: "roboto bold";
    font-size: 18px;
}
.hinta {
    font-family: "roboto bold";
    font-size: 30px;
}
.osta {
    font-family: "roboto bold";
    font-size: 18px;
}
a {
    text-decoration: none;
}
.nimi, .hinta, .osta {
    margin-top: 8px;
}
a:hover {
    text-decoration: underline;
}
a:link, a:visited {
    color: #0000ad;
}
footer, header {
    font-family: "roboto";
    font-size: 18px;
    background-color: #e4e4e4;
    max-width: 100%;
    width: 940px;    
    margin: auto;
    text-align: center;
    padding: 10px 0px;
}