@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@500&family=Nunito:wght@300;500&family=Gluten:wght@300&display=block');

* {
    font-family: 'Nunito', sans-serif;
    user-select: none;
}

body {
    padding: 50px;
    background-color: rgb(255, 255, 245);
    color: rgb(51, 51, 51);
}

a {
    color: rgb(51, 51, 51);
}