/* all thanks to stackoverflow */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body,
html {
    height: 100%;
    margin: 0%;
}

.bg {
    height: 100%;
    background-image: url('asushin_kiss.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    filter: brightness(25%);
}

.heaven-logo {
    max-height: 30%;
    max-width: auto;

    filter: invert(1);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.art-src {
    position: absolute;
    bottom: 10px;
    right: 10px;

    text-align: right;
    font-family: "Roboto", sans-serif;
    font-weight: 450;
    color: #FFFFFF;
}