@font-face {
    font-family: "Hieno_teksti";
    src: url(Lobster_Two/LobsterTwo-Regular.ttf)
}

body {
    background-color: rgb(194, 168, 133);
    font-family: Arial, sans-serif;
}

.container {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: antiquewhite;
    padding: 30px;
    text-align: center;
}

iframe {
    display: block; /* jotta allaoleva tepsii */
    margin-left: auto;
    margin-right: auto;
}


