body{
    background-color: #087546;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
}

.scalable {
    @media screen and (max-width: 900px) {
        height: auto;
        max-width: 50vw;
    }
    @media screen and (max-width: 600px) {
        height: auto;
        max-width: 50vw;
    }
    @media screen and (max-width: 400) {
        height: auto;
        max-width: 90vw;
    }
}

.mark{
    z-index: 0;
    position: absolute;

}

.wordmark{
    z-index: 10;
    position: absolute;
}