@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300&display=swap');

body {
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Rowdies', cursive;
    font-size: 1.5rem;
}

code {
    font-family: 'Rowdies', cursive;
    font-size: 1.5rem;
}

.wrapper {
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg-yellow {
    background-color: #ffeaa7;;
}

.bg-red {
    background-color: #fab1a0;
}

.bg-green {
    background-color: #55efc4;
    background: radial-gradient(circle, rgba(85, 239, 196, 1) 0%, rgba(46, 150, 121, 1) 100%);
}

.text-wrapper {
    padding: 1rem 2rem;
    background-color: rgba(240, 248, 255, 0.31);
    border-radius: 1rem;
    border: solid 2px #f0f8ffc4;
    display: flex;
    flex-direction: column;
}

.text-center {
    text-align: center;
}

.settings-text {
    font-family: "Ubuntu Mono", sans-serif;
}
