﻿.jmFullPageBody {
    background: linear-gradient(45deg, var(--jmBlue) 0%, var(--jmGreen) 100%);
    width: 100vw;
    height: 100vh;
    position: relative;
}

.jmCenterLogo {
    top: 0;
    left: 0;
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    margin: 20px;
    padding: 10px;
    position: absolute;
    font-size: 30rem;
    font-weight: 100;
    color: white;
    border: 1px solid white;
    border-radius:1rem;
    transition: 1s ease-out;
}

@media (max-width: 600px) {
    .jmCenterLogo {
        font-size: 5rem;
    }
}

.jmCenterLogo:hover {   
    color: var(--jmBlue);
    border: 1px solid;
    border-radius: 1rem;
}


/*##### Animation #####*/
