body {
    margin: 0 auto !important;
    color: #000000;
    text-decoration: none;
    max-width: 450px;
    background-image: url(pattern.png);
    box-shadow: 1px 2px 15px #48484833;
    box-sizing: border-box;
}

.mt-50 {
    margin-top: 50px;
}

.dispsize {
    max-width: 450px;
}

.homeimg {
    width: 100%;
    height: auto;
    }

.dirname {
    position: relative;
    top: -20px;
    padding-left: 12px;
    font-size: 20px;
}

.icon-section{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 4px;
    border-color: #000000;
}

.boxicon {
    width: 65px;
}

.boxicon a {
    text-decoration: none;
    color: black;
}
.iconround {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    box-shadow: 4px 5px 4px rgb(72 72 72 / 30%);
    border-radius: 100px;
    margin-bottom: 5px;
    border: 2px solid white;
}

.details {
    margin-top: 30px;
    padding: 0px 20px 20px 20px;
}

.boxrow {
    display: flex;
    align-items: center;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom: solid;
    border-color: #000000;
    margin-top: 15px;    
}

.boxrow h6,p {
    margin-left: 10px;
}

.download-bt {
    text-align: center;
}

.mt-30 {
    margin-top: 30px;
}

.download-bt img {
    width: 55px;
    height: 55px;
    margin-right: 10px;
    border: 2px solid;
    border-radius: 100px;
}

.download-bt a {
    padding: 10px 20px 15px 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 4px 5px 4px rgb(72 72 72 / 60%);
}

.cmp-info{
    padding: 0px 20px;
}
.cmp-info h2 {
    border-bottom: 4px solid;
    text-align: center;
    color: #0098da;
    border-color: black;
}

.social-icon {
    justify-content: center;
}

.social-icon a img {
    margin: 10px;
}