/* font */
*{
    font-family: 'Rubik';
    font-style: normal;
}

/* Body background */
body{
    background: white;
}

/* bg lingkaran contact */
.circle{
    background-color: #FFF2EE;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
}

/* color text */
.color-text{
    color: #FF7B54;
}

/* images icon sizing */
.whatsaap-icon{
    width: 44.17px;
    height: 44.44px;
}
.address-icon{
    width: 33.17px;
    height: 44.44px;
}
.mail-icon{
    width: 40.44px;
    height: 40.44px;
}