.appname{
    margin-left: 5px;
    margin-top: 10px;
}
.apps{
    margin-top: 10px;
    border:1px solid #e5e5e5;
    padding:3px;
    box-shadow: 5px 10px #e5e5e5;
    max-width: 280px;
    margin-right: 5px;
}
.iconimg{
    border-radius: 10px;
}
.homecategories{
    margin-top: 50px;
}
.homecategories h4{
    font-size: 25px;
}
.homecategories .categoryTitle{
    margin-bottom: 20px;
}
.image_name{
    display: flex;
}
.appdetails{
    margin-top:20px;
}
.app_name{
    margin-left:10px;
    padding-top: 5px;
}
.single_icon img{
    border-radius: 5px;
}
.download_button{
    text-align: center;
    background-color: #1c3c84;
    color:white;
    padding-left:70px;
    padding-right:70px;
    border-radius: 5px;

}
.download_button:hover{
    background-color: #1e449d;
    color:white;
}
.related_apps{
    padding-left: 50px;
}
.related_apps h1{
    font-size: 20px;

}
.related_apps .image_name{
    margin-top: 30px;
}
.app_desc{
    margin-top: 40px;
}
.app_desc h1{
    font-size: 30px;
}
.app_description{
    margin-top: 20px;
}
.app_description p{
    font-size: 20px;
}

@media screen and (max-width:450px){
    .download-button{
        margin-top:10px;
    }
    .related_apps{
        padding-left:10px;
    }
    }
