body {
    margin: 0;
}

.gr {
    background-image: url("./media/stars.webp");
    background-size: cover;
    background-position: center;
}

.sky {
    background-image: url("./media/1728486184.webp");
    background-size: auto;
    mix-blend-mode: darken;
    background-position: center;
    background-size: cover;
}

h1 {
    color: rgb(255, 255, 255);
	font-family: "Arial";
	font-size: 144px;
	font-weight: 100;
    background-color: #f00;
    padding: inherit;
    margin: revert;
    text-align: center;
    cursor: pointer;
    
    min-width: 480px;
    
    border-radius: 20vw;

    user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: small;
    color: aliceblue;
}

p.wallpapercredit {
    mix-blend-mode: normal;
    color:aliceblue;
    font-family: 'Tahoma';
    font-style: normal;
    font-size: small;
    margin: 1px;
	letter-spacing: 0;
}

a {
    mix-blend-mode: normal;
    color:aliceblue;
    text-decoration: inherit;
}

.container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    mix-blend-mode: difference;
}

.content {
    position: relative;
    min-height: auto;
    min-width: 480px;
    height: min-content;
    width: 25vw;
    margin: 0 auto;
    z-index: 0;
}

.wallpapercredit {
    color: rgb(228, 228, 228);
    position: absolute;
    right: 1px;
    bottom: 0px;
    text-align: right;
    opacity: 50%;
    mix-blend-mode: normal;
}

.back {
    mix-blend-mode: normal;
    position: absolute;
    top: 1vh;
    left: 1vw;
    z-index: 1;
}

