a {
text-decoration:none;
color:black;
}
#nickDiv {
position: absolute; 
right:50px; 
top: 5px; 
width: 330px; 
}
span{
  flex: 1 0 1;
}
.containerBigTitle{
position: absolute;
width: 285px;
height: 160px;
font-family: Dosis;
}
.bigArg {
height: 160px;
width: 220px;
font-size: 50px;
font-weight: 600;
}
.containerSmallTitle{
position: absolute;
width: 218px;
height: 190px;
font-family: Dosis;
}
.smallArg {
height: 140px;
width: 220px;
font-size: 35px;
font-weight: 600;
}
.centerArg{
text-align: center;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
.linkCenter{
width:160px;
}
.linkLeft{
width:80px;
float:left;
padding-left:30px;
}
.linkRight{
width:80px;
float:right;
padding-right:25px;
}
.linkLeftBig{
width:105px;
float:left;
padding-left:30px;
}
.linkRightBig{
width:105px;
float:right;
padding-right:25px;
}
.toolbar{
position: relative;
left: 0px;
right: 0px;
}
.toolbarContainer{
position: relative;
height: 32px;
backgroud-color: #474747;
width: 100%;
}
#multiTest{
z-index:10;
position: fixed;
height: 30px;
width: 200px;
top: 50px;
line-height:30px;
text-align:right;
}
.multiTestLbl{
color: #C8C7C7;
}