*{
    font-family: 'Baloo Chettan 2', cursive;
    box-sizing: border-box;
}
body{
    background-color: #111;
}
.icon{
    display: inline;
    height: 20px;
    
}
h1{
    font-family: 'Baloo Chettan 2', cursive;
    font-size: 30px;
    font-weight: bold;
    line-height: 25px;
    
}
.flexbox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.fix{
    width: 100%;
    background: #111;
    top: 0;
    left: 0;
    position: fixed;
    
}
.box{
    background: #212529;
    height: auto;
    width: 100%;
    
}
.box1{
    background: #343A40;
    border: 1px solid #212529;
}
.border{
    border: 1px solid transparent;
}
.button{
    font-size: 20px;
    text-align: center;
}
.text1{
    font-family: 'Alfa Slab One', cursive;
    font-size: 22px;
}
.text2{
    font-size: 14px;
}
.text3{
    font-size: 12px;
}
.messi1{
    background: #48CAE4;
    border: 1px solid #343A40;
}
.messi2{
    background: #00B4D8;
    border: 1px solid #343A40;
}
.messi3{
    background: #0096C7;
    border: 1px solid #343A40;
}
.ronaldo1{
    background: #FF477E;
    border: 1px solid  #343A40;
}
.ronaldo2{
    background: #FF5C8A;
    border: 1px solid #343A40;
}
.ronaldo3{
    background: #FF7096;
    border: 1px solid #343A40;
}
.messi-text{
    color: #00B4D8;
}
.ronaldo-text{
    color: #FF5C8A;
}
.number{
    font-family: 'Alfa Slab One', cursive;
}
.close{
    
    position: fixed;
    bottom: 0;
    right: 0;
}
.details-body{
    background: #111;
}
.mo-head{
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}
.messi-fix{
    background: #00B4D8;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.ronaldo-fix{
    background: #FF5C8A;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.mo-r{
    background: #FF5C8A;
    height: 50px;
    line-height: 50px;
    border: 1px solid #343A40;
}
.mo-m{
    background: #00B4D8;
    height: 50px;
    line-height: 50px;
    border: 1px solid #343A40;
}
.left{
    background: #343A40;
    border-right: 8px solid #111;
    border-left: 4px solid #111;
}
.right{
    background: #343A40;
    border-left: 8px solid #111;
    border-right: 4px solid #111;
}
.name-r{
    text-align: center;
    color: #FF5C8A;
}
.name-m{
    text-align: center;
    color: #00B4D8;
}
.pain{
    height: 24px;
}
.special{
    font-size: 14px;
}
.text-justify{
    text-align: justify;
    margin-top: 70px;
}