@font-face {
    font-family:MONSTER;
    src:url('green_energy.ttf');
}

body{
    margin:0px;
    padding:0px;

    width:100vw;
    height:100vh;

    background-color:black;
    overflow:hidden;

    font-family:MONSTER;
    font-size:200px;
    color:green;

    justify-content:center;
    align-items:center;
    align-content:center;
    text-shadow:0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5);
}

#div_main{
    width:100vw;
    height:100vh;

    justify-content:center;
    align-items:center;
    align-content:center;
    align-self:center;

    border-width:1px;
    border-style:dotted;
    border-color:green;
}
