@import url("/src/styles/screenfacts.css");
@import url("/src/styles/queries.css");

* {
    color: white;
    
}

body {
    background-color: #dd8dc8;
    font-family: "Readex Pro", serif;
    background-image: url("/assets/img/stars_bg.svg");
    background-repeat: repeat;

}

.welcome-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 3rem;
    min-height: 4rem;

}

#welcome-text {
    display: flex;
    align-items: self-end;
    font-size: 3rem;
    color: white;
    text-align: center;
}

#welcome-cat {
    height: 20rem;
    padding: 0.2rem;
}

.hidden {
    display: none !important;
}

#start-button {
    background-color: #00D4D8;
    height: 4rem;
    width: 9rem;
    border-radius: 0.5rem;
    border-color: #00D4D8;
    font-weight: bold;
    font-size: 1.2rem;
}


li {
    list-style-image: url(/assets/img/bullet_heart.svg);
}

.hidden {
    display: none !important;
}