/*
Theme Name: API Rest
Version: 1.0.9
*/

body{
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.container{
    display: flex;
    align-items: center;
    height: 90vh;
}
.text-center{
    text-align: center;
    flex-basis: 100%;
}