* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    width: 100vw;
    background-image: url("https://i.imgur.com/Eo7rsYq.jpeg");
    background-size: cover;
    background-attachment: fixed;
    position: relative; 
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}


@font-face {
    font-family: psyche;
    src: url('https://dl.dropbox.com/s/gavkuhehligvhz8/PsycheLover-Regular.otf');
}

.sticker {
    position: absolute;  
}
