*{
    font-family:Sans-serif;
}
.h1{
    font-size: 2em;
}
.h2{
    font-size: 1.5em;
}
a{
    color: cyan;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a:visited{
    color: cyan;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: white;
    background-color: black;
    cursor: none;
}
.element-center{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}