@charset "utf-8";

/* General */

h1 {

    text-align:center ;
    font-size:5vw ;

}

div.register_wrap {

    width:100%;
    height:calc(2vw + 2px) ;

    padding-left:10vw ;

    border-bottom:2px solid ;
    border-color:rgb(5, 5, 136) ;

}

div.register {

    width:20vw ;
    color:rgb(255, 255, 255) ;

    padding-left:1vw ;
    padding-top:0.5vw ;
    padding-bottom:0.5vw ;

    text-decoration:none ;
    float:left ;

    font-size:1vw ;
}

div.register_active {

    background-color:rgb(5, 5, 136) ;


}

div.register_inactive {

    background-color:rgb(173, 172, 172) ;
    z-index:-1 ;

}

/* Tasks */

div.task_wrap {

    float:left ;
    margin:10px ;

}

img.task_img {

    width:10vw ;

}

p.task_shorttitle {

    width:100% ;

    color:rgb(0, 0, 0);
    text-decoration:none ;
    
    text-align:center ;


}