body
{
    background-color: #0077FF;
}

p, span
{
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: bold;
    text-align: center;
    margin: 0;
}

span
{
    color: black;
    text-decoration-line: none;
    font-size: 22px;
}

.titlecont
{
    display: block;
    margin: 0 auto;
}
.titlecont img
{
    max-height: 64px;
    display: block;
    margin: 0 auto;
}

.appbtn
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    aspect-ratio: 21/9;
    padding: 5px 0;
    background-color: white;
    border: none;
    border-radius: 5px;
    height: 100px;
}

.appimg
{
    aspect-ratio: 21/9;
    padding: 5px 0;
    max-height: 120px;
}

.appimg img
{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.appbtn img
{
    display: block;
    margin: 0 auto;
    width: 100%;
}

.appbtn span
{
    display: table-cell;
    vertical-align: middle;
}

footer
{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 100%;
    padding: 10px 0;
}

footer img
{
    display: block;
    margin: 0 auto;
    max-height: 32px;
}