

body{
    font-size: 1.8em;
    font-family: "Roboto",  sans-serif;

}
#logo_run{
    position:absolute;
    top:3%;
    left: 17%;
    height: 22%;
}

#logo_cross{
    position:absolute;
    top:3%;
    right: 15%;
    height: 22%;
}


#heading{
    text-align: center;
    margin:0;
    padding:0;
}
#heading h1, #heading h3{
    margin: 0;
    margin-top:40px;
    padding:0;   
}

#heading h3{
    font-weight: normal;
    text-transform: uppercase;
    color: #333333;
    margin-top: 25px;
}

.container{
    display:inline-block;
    text-align: center;
    width: 45%;
    margin-bottom: 5%;
}

#container_time{
position: absolute;
width: 50%;
left: 25%;
top: 30%;
height: 40%;}

#time_text{
    font-size: 5.4em;
    margin:0;
}
#time_heading{
    font-size: 1.2em;
    margin: 0;
    margin-top: 5%;
}


.container h2{
    float: center;
    margin: auto;
    font-size: 1.1em;
}

#container_rounds{
    float:right;
    position: absolute;
    right: 6%;
    bottom: 20px;
    margin: 0;
    padding: 0;  
}

#container_register{
    position: absolute;
    left: 6%;
    bottom: 20px;
    margin: 0;
    padding: 0;
}

.insert_style{
    margin-top: 10px;
    font-size: 3em;
}