html {
    width:100%;
    height:100%;
    overflow: hidden;
    padding:0;
    margin:0;
}
body {
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    overflow: hidden;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.72222;
    color: #34495e;
    background: #FAEBFF;
    background: #067ba3
    /*background: black;*/
}

canvas {
    width:100%;
    height:100%;
    overflow: hidden;
}

#coverImg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: url('img.png');
}

#about {
    position: absolute;
    top:0;
    left:0;
    background: rgba(40, 40, 40, 0.7);
    color: #faebd7;
    padding: 2px 10px;
}

a, a:hover, a:visited, a:focus{
    color:#ec008b;
    text-decoration: none;
}

a.btn:visited, a.btn:focus{
    color: white;
}

.dg.ac {
    opacity: 0.95;
}