:root {
    --bg: url("./assets/images/backgrounds/2258f674456df87fa6155a9e13313a8a.jpg");
    --lFont: "DUNGRG";
}

body {
    background-image: var(--bg);
    background-size: auto;
}

.wishboxarea {
    display: flex;
    flex-direction: column;
    position: absolute;
    margin: auto 25px;
}
textarea {
    resize: none;
    border: 5px solid purple;
    height: 500px;
    width: 1000px;
    font-size: 25pt;
}
button {
    width: 150px;
    margin: 5px;
}
label {
   font-family: var(--lFont); 
   font-size: 50pt;
   color: plum;
}

@font-face {
    font-family: 'DUNGRG';
    src: url("./assets/fonts/DUNGRG__.TTF");
}