@font-face {
    font-family: leipis;
    src: url(fonts/fraunces/Fraunces-VariableFont_SOFT\,WONK\,opsz\,wght.ttf);
}
@font-face {
    font-family: otsikot;
    src: url(fonts/savate/Savate-VariableFont_wght.ttf);
}

body {
    background-image: url(kuvat/background-image.webp);
    background-attachment: fixed;
    background-size: cover;
    background-color: #046307;
    color: #fdcc0d;
    text-align: center;
    font-family: Arial, sans-serif;
}

p {
    font-family: leipis, sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-shadow: 0.05em 0.05em 0px #032c05;
}

h1 {
    font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-shadow: 0.05em 0.05em 0px #032c03;
}
h2 {
    font-family: otsikot, sans-serif;
    font-weight: normal;
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 0px #032c05;
}
.aifreimi {
    border: 4px solid #13832f;
    max-width: 100%;
}