/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.mobile-phone{
    position: absolute;
    top: 10px;
    right: 70px;
    width: 24px;
    height: 24px;
}

.mobile-phone svg{
    width: 100%;
    height: 100%; 
}

.mobile-phone svg path{ 
    fill: #00c544;
}