@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,400;0,700;1,400&display=swap');

html {
    background-image: url(pexels-blooddrainer-566496.jpg);
    background-attachment: fixed;
}


body {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background-color: #90918dcb;
    padding: 30px 50px;
    font-family: "fira sans";
    border-radius: 20px;
}

@font-face {
    font-family: otsikko;
    src: url(Pompiere-Regular.ttf);
}

h1 {
    font-family: otsikko;
    font-size: 55px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #00151d;

}

h2 {
    font-family: otsikko;
    text-align: center;
    color: #00151d;
    font-size: 40px;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 3px dotted #ffffff7c;
    border-bottom: 3px dotted #ffffff7c;
   background-color: #68a0c544;
}


.otsikko {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border-radius: 20px;
    border: 3px dotted #ffffff7c;
    padding: 5px;
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 960px;
    background-color: #68a0c591;
}

.linkit {
    border: 3px dotted #ffffff7c;
    border-radius: 20px;
    margin: 20px;
    background-color: #2c92bb3b;
}

p {
    padding-left: 50px;
    padding-bottom: 20px;
    padding-top: 10px;
}

ul {
    margin-top: 0px;
    font-size: 21px;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
}

li {
    color: #010a0e;
    padding-bottom: 5px;
}

a {
    color: #002331;
    text-decoration: none;
    box-shadow: inset 0 0 0 0 #54b3d6;
    margin: 0 -2px;
    padding: 0 2px;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover {
    color: #11698b;
    box-shadow: inset 300px 0 0 0 #bed8ffbd;
}

p {
    color: #010a0e;
}

.ala {
    font-family: otsikko;
    font-size: 20px;
    padding-top: 50px;
    position: relative;
    left: 30px;
    font-size: 20px;
}

iframe {
    width: 800px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border-radius: 20px;
    border: 3px dotted #ffffff7c;
    padding: 5px;
    display: block;
    margin-bottom: 25px;
}

.text-color {
    color: #031e29;
}