body{
    margin: 0px;
    height: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

header{
    text-align: center;
    padding-top: 45px;
    padding-bottom: 10px;
    background-color: #b5d3ef;
}

header img{
    height: 45px;
}

section{
    text-align: center;
}

h2{
    margin-top: 18px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

section div{
    text-align: center;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;    
}

div.playStore{
    height: 100px;
    margin-left: 75px;
    background-image: url('./images/google-play-badge.png');
}

div.appStore{
    height: 100px;
    margin-left: 80px;
    height: 76px;
    background-image: url('./images/App_Store_Badge.svg');
}

section.showBothLinks div.playStore{
    margin-left: 65px;
}

.hideAppStoreIcon,.hidePlayStoreIcon{
    display: none;
}