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: 3.2em;
}

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

#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;
}

#googlePlayBadge {

    height: auto;
    margin: 0 10px;
}

#appStoreBadge {

    height: auto;
    margin: 0 10px;
}