html, body {
    height: 100%;
    margin: 0;
}

.full {
    width: 100%;
}

#backgroundBox {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: rgb(19, 70, 87);
    background-image: url("../img/nightCityLights.png");
}

#titleBox {
    margin-left: auto;
    margin-right: auto;
    padding-top: 25vh;
    width: 40%;
    color: rgb(213, 251, 251);
}

#titleName {
    font-family: 'Geostar Fill';
    font-size: xx-large;
}

#titleBody {
    font-family: 'Montserrat';
    font-size: small;
}

#llamaCat {
    max-height: 20vh;
    width: 45%;
    height: auto;
    position: absolute;
    bottom: 0%;
    object-fit: scale-down;
}

#badgeBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#googlePlayBadge {
    width: 100%;
    margin: 0 0;
}

#appStoreBadge {
    width: 90%;
    margin: 0 5%;
}