:root{
    --bg-color: #F4F5F9;
}

*{
    font-family: "Heebo", sans-serif;
}

.bg-color{
    background-color: var(--bg-color);
}

.container-height{
    min-height: 60vh;
}

.tiraBotao{
    text-decoration: none;
    color: white;
}


