body {
    background-color: #D0E0FE;
    color: rgb(77, 77, 77);
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

* {
    user-select: text !important;
    -webkit-user-select: text !important;
    -webkit-touch-callout: text !important;
}

.ny64 {
    z-index: 10;
    width: 80vh;
    height: 80vh;
   display: flex;
   flex-direction: column; 
}

.up {
    flex: 9;
}

.down {
    text-align: right;
    flex:1
}

img {
    position: fixed;
    z-index: 0;
    transform: scale(1.75);
    background-size: cover;
    background-position: 50% 50%;
    width: 80vh;
    height: 80vh;
    filter: blur(2px);
}

h1 {
    font-size: 40pt;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 20pt;

    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    color: lightslategray;
}

p {
    margin: 0;
    padding: 0;
}