@font-face {
    font-family: "Gimbot";
    src: url("../Font/Gimbot.ttf");
}

@font-face {
    font-family: "Royalty Free";
    src: url("../Font/Royalty\ Free.ttf");
}

html
{
    background-image: url("./construction-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

body
{
    width: 100%;
    height: 100%;
}

header
{
    background-color: rgb(60,60,60,0.5);
    width: 80%;
    position: absolute;
    top: 85%;
    left: 10%;
    margin: auto;
    border-radius: 2vw;
    display: block;
}

h1
{
    font-family: "Gimbot";
    font-size: 3vh;
    color:whitesmoke;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    margin-top: 3%;
}

p
{
    font-family: "Royalty Free";
    font-size: 2vh;
    height: 10%;
    text-align: center;
    color:whitesmoke;
    margin-top: 2%;
    margin-bottom: 3%;
}