/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10-jul-2020, 14:38:06
    Author     : MiPc
*/

#intro {
    position:absolute;
    visibility:visible;
}

#introbuttons {
    position:absolute;
    top:120px;
    left:-330px;
    visibility: hidden;
    width:1000px;
}

#introtext {
    position:absolute;
    top:-40px;
    width:800px;
    color:brown;
    font-size: 16px;
    font-family: "Comic Sans MS";
}

#gameover{
    position:absolute;
    left:30%;
    top:30%;
    visibility:hidden;
    color:DarkCyan;
    font-family: "Comic Sans MS";
}
#skipinbut {
    position:absolute;
    left:180px;
    top:175px;
}