@font-face {
    font-family: otsikkofontti;
    src: url(ShareTech-Regular.ttf);
}
body {
    text-align: center;
    background-image: url(videokamera.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: left top;
}
iframe {
    border: 10px outset #252d5a;
    border-radius: 30px;

}
h1, h2, h3 {
font-family: otsikkofontti, sans-serif;
color: rgb(230, 179, 11);
text-shadow: 3px 2px 2px #aa0707;
}
h1 {
    font-size: 80px;
    font-family: otsikkofontti, sans-serif;
    font-weight: 400;
    color: rgb(230, 179, 11);
    text-shadow: 3px 2px 2px #aa0707;
    line-height: 0.6;
}
h1 small {
    font-size: 50%;
}
h2 {
font-size: 50px;
margin-bottom: 0;
margin-top: 1em;
}