﻿body, h1, h2, h3, h4, h5 {
    font-family: "Raleway", sans-serif;
    background-color: black;
    color: grey
}
body {
    background-image: url('../images/sesetukas-background-4.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}


#mainframe {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}
