﻿.backgroundimage {
    font-family: Consolas;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    background-size: 100% 100%;

    .title {
        position: center;
        font-size: 100px;
        color: white;
        top: 5%;
        left: 45%;
    }

    .body {
        //position: absolute;
        font-size: 50px;
        color: white;
        top: 25%;
        left: 0%;
    }

    .backbutton {
        cursor: pointer;
        position: center;
        font-size: 35px;
        height: 50px;
        top: 85%;
        right: 46%;
        border: 2px white;

        &:hover {
            text-stroke: 3px #999;
            opacity: 1;
        }
    }
}
