body {
    margin: 0;
    height: 100vh;
    display: block;
    background-color: #f0f0f0;
    font-family: "Roboto", serif;
    line-height: 1.6;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)), url(../images/img3.jpg) center/cover no-repeat;
    position: relative;
}
.container {
    width: 90%;
    max-width: 520px;
    margin: 0px auto 0;
    display:flex; 
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
a{
    color:#f9b004;
}
.info-box {
    width: 240px;
    height: 240px;
    background-color: #ffffffc7;
    border:3px solid #f9b004;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333;
    font-size: 16px;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0px;
}
.mt-10{
    margin-top: 10px;
}
h1 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
}

h2 {
    font-size: 1.75rem;
    color: #444;
    margin-bottom: 8px;
}

h3 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #f9b004;
    margin: 30px auto 5px;
    text-shadow: 0 0px 5px rgb(67 74 86 / 82%);
}

h4 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    margin: 0 auto 30px;
    text-shadow: 0 0px 5px rgb(67 74 86 / 82%);
    font-weight: 400;

}

h5 {
    font-size: 1rem;
    color: #777;
    margin-bottom: 2px;
}

h6 {
    font-size: 0.875rem;
    color: #888;
    margin-bottom: 1px;
}

p {
    font-size: 1rem;
    line-height: 1.3rem;
    color: #fff;
    margin: 0;
}
footer{
    position: fixed;
    bottom:0;
    box-sizing: border-box;
    margin:20px auto 0;
    /* background: #ffffffd9; */
    width: 100%;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap:10px;
}
footer p{
    font-size:14px;
    line-height: 18px;
    color:#fff;
}
.icon{
    width:120px;
    margin-bottom: 5px;
}
.box1{
 text-align: left;
}
.box2{
 text-align: right;
}

@media only screen and (max-width: 768px) {
    footer{
        flex-direction: column;}

        .box1{
            text-align: center;
           }
           .box2{
            text-align: center;
           }
}

@media only screen and (max-width: 480px) {
    body{
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)), url(../images/img3.jpg) -400px/cover no-repeat;

    }
}

@media only screen and (max-width: 420px) {
    body{
        background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0)), url(../images/img3.jpg) -580px/cover no-repeat;

    }
}