@font-face {
    font-family: otsikot;
    src: url(fontit/MetalMania-Regular.ttf);
}
body {
    background-color: #a30000;
    color: black;
    text-align: center;
    font-family: Arial, sans-serif;
}

h1 {font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 55px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-shadow: 0.05em 0.05em 0px #4e4e4e;
}
h2 {font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 0px #4e4e4e;


}

.kaikki {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.5);
    padding: 60px;
}

iframe {
    max-width: 100%;
    border: 10px double rgb(0, 0, 0)
    
}