﻿body {
    font-family: Techno;
}

.bg {
    background-image: url('/img/background.jpg');
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    z-index: -1;
    background-position: center;
}

.content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
