 body {
            font-family: Tahoma, sans-serif;
            background-color: #122c80;
            color:#FFF;
        }

        .text {
            font-size: 1.3rem;
            font-weight: bold;
            margin-bottom: 5px;
            color: #333;
        }
        a{
            text-decoration: none;
            color: unset;
        }

        .btn{
            background-color: white;
            color:#122c80 !important;
            border-radius: 5px;
            padding: 1rem;
            margin: 1rem;            
            text-align: center;
        }
        .content{
            margin: 1rem auto;
            max-width: 300px;
        }
        .ios,
        .android,
        .web{
            display: none;
        }
        .ios.active,
        .android.active,
        .web.active{
            display: initial;
        }