/*
Copyright 2024 Jorge Pacora
Todos los derechos reservados
*/
html, body {
    height: 90%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    font-family: Arial, sans-serif;
}

.app-icon {
    border-radius: 20%;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    margin-bottom: 1%;
}

.store-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.store-buttons img {
    width: 150px;
    margin: 0 10px;
}