body {
    width: 100%;
    height: 100vh;
    background:fixed;
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    font-family: fantasy;

    background: linear-gradient( to top,#121212, #1a1625);
    
}

p {
    font-size: .1rem;
    color: rgba(0, 0, 0, 0);
}

a {
    padding: 4rem;
    font-size: 5rem;
    background-color:#121212;
    /* background-size: 80%; */
    border-radius: 30rem;
    border: .1rem solid white;
}

a:visited {
    color: rgba(0 0 0 0);
}

a:link {
    text-decoration: none;
    /* color: #7DFDFE; */
}

#sources {
    color: #DF740C;
}

#demo {
    color: #7DFDFE;
}

#demo:hover {
    transform: scale(1.5)   ;
    background-color: #0CAFFF;
}

#sources:hover {
    transform: scale(1.5)   ;
    background-color: #FFA500;
}

@media (orientation: portrait) {
    p {
        font-size: 5rem;
        translate: 0 -100%;
        color: white;
    }
}

#counter1 {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
}

/*#counter2 {*/
/*    color: white;*/
/*    font-size: 2rem;*/
/*    margin-right: 1rem;    */
/*}*/

/*#count {*/
/*    color: white;*/
/*    font-size: 2rem;   */
/*    margin-right: 1rem;   */
/*}*/