/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;900&display=swap'); */
@import url('satoshi.css');

html, body {
    height: 100%;
    background-color: #284D22;
    font-family: 'Satoshi-Light';
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 2rem;
}

#title{
    margin-bottom: 3rem;
}

/* h1 {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 900;
}

h2 {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 700;
    margin-top: 12;
}

h3 {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 400;
}

h4 {
    font-family: 'Satoshi-Regular', sans-serif;
    font-weight: 300;
} */

img#playstorebtn {
    width: 50%;
    max-width: 200px;
    margin-top: 2rem;
}

div.row.apps {
    margin-top: 2rem;
    justify-content: center;
}

img.appicon {
    width: 16%; 
    max-width: 200px;
    margin: 0 0.5rem;
}