/*
colors:
rmadi: #c1c1c1
rmadi faat7: #f9f9f9
shadow: #ececec
*/


@import url('https://fonts.googleapis.com/css?family=Cairo|Changa|Lato');

*{
    padding: 0px;
    margin: 0px;
    
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
    
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
}

#container {
    width: 100%;
    margin: 0 auto;
}

h1 {
    font-size: 30px;
}

h2 {
    background: url(../imgs/titleandroid.png) no-repeat center center;
    height: 50px;
    background-color: #27ae60;
    border-radius: 10px;
    margin: 0 auto;
}

h3 {
    background: url(../imgs/titleiphone.png) no-repeat center center;
    height: 50px;
    background-color: #4b6584;
    border-radius: 10px;
    margin: 0 auto;
}

a {
    color: #c1c1c1;
    text-decoration: none;
    
}
a:link {
    color: #c1c1c1;
}

a:hover{
    color: #67a6eb;
}