
.h1{
    font-size: 2em;
}
.h2{
    font-size: 1.5em;
}
*{
	font-family:sans-serif;
    background-color:#000;
    color:#fff;
}
a{
    text-decoration: none;
    color: cyan;
}
a:hover{
    text-decoration: underline;
}
a:visited{
    color: cyan;
}
.footer{
    background-color: transparent;
    color: #fff;
    padding: 20px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.element-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hiddenlink{
    color: white;
    text-decoration: none;
}
.hiddenlink:hover{
    color: white;
    text-decoration: none;
    cursor: default;
}
.hiddenlink:visited{
    color: white;
    text-decoration: none;
}
