﻿@font-face {
    font-family: 'AgendaURWTBol';
    src: url(/fonts/AgendaURWTBol.ttf)
}

body {
    /* min-width: 320px; */
    max-width: 750px;
    /* flexible  10 */
    width: 10rem;
    height: 52rem;
    margin: 0 auto;
    font-family: Arial, Helvetica;
    background: rgb(56, 79, 195);
}

.app {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: rgb(228,228,228);
}

.app {
    position: relative;
}

.con-title {
    height: 1.33rem;
    width: 100%;
    background-color: rgb(0,2,25);
    position: relative;
    display: block;
}

.con-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0.6rem;
    color: rgb(43,148,142);
}


.con-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn_return {
    background: url(/images/olympics/btn_return.png) no-repeat;
    background-size: 100%;
    color: white;
    height: 0.773rem;
    width: 0.933rem;
    cursor:pointer;
}

.p-dec {
    padding: 0.4rem 0.4rem 0 0.4rem;
    font-size: 0.33rem;
}

.bg-dec {
    padding: 0.4rem 0.4rem 0 0.4rem;
}
