body {
    background-image: url("images/background1.png");
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
}
div#maincontent {
    background-color: rgba(0,0,0,0.5);
    width: 50%;
    min-height:50%;
    margin-left: 5%;
    margin-top: 5%;
    border-radius: 30px;
    padding: 30px;
    color: white;
    font-family: sans-serif;

}

div#nav {
    border-bottom: solid 1px white;

}
div#nav a {
    font-size: 20px;
    color: white;
    text-decoration: none;
    margin-right: 50px;

}
div#nav a.active {
    color: deeppink;
    font-weight: bold;
}

div#piki {
    position:relative;
    border:0;
    left:-200px;
}
div#foot {
    position: fixed;
    bottom:0;
    width:100% ;
    pointer-events:none;
}