@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");

body {
    display: flex;
    justify-content:center;
    align-items:center;
    min-height: 100vh;
    text-align: center;
    background-image: url('https://api.ropro.io/themes/v2/THE_PLUS.png');
    background-attachment: fixed;
    background-size: 100%;
}

.divblock {
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.need-fredoka {
  font-family: 'Fredoka One', cursive;
}

.need-fredoka h1 { font-size: 2.5rem; }
.need-fredoka h2 { font-size: 1.5rem; }
.need-fredoka p  { font-size: 1rem; }