* {
    margin: 0;
    padding: 0;
}

body{
    background-color: #2E328D; 

}

#logoDiv{
    width: fit-content;
    margin: auto;
}

#logoDiv img{
    height: 100px;
    width: 450px;
    border-radius: 10px;
}

#contact {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f2f0e8; 
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
    padding: 20px;
    margin: 20px auto;
    max-width: 600px; 
    border: 1px solid black;

}

.container {
    width: 100%; 

}

h2 {
    color: #333;
    text-align: center; 
    margin-bottom: 10px; 
text-decoration: underline

}

p {
    text-align: center; 
    color: #555; 
    margin-bottom: 10px;

}

.contact-info {
    margin-top: 20px;

}

.contact-info h3 {
    text-align: center; 
    margin-bottom: 15px;
    color: #333;

}

ul {
    list-style: none;
    padding: 0;

}

li {
    margin: 10px 0;
    text-align: center;

}

a {
    text-decoration: none;
    color: rgb(60, 66, 17); 
    transition: color 0.3s; 
}

strong{
    color: rgb(105, 185, 197);
}

a:hover {
    color:red ; 
}

.icon-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .icon-row {
    display: flex;
    justify-content: space-between;
background-color: rgb(245, 243, 240);
margin: 6px;
border: 2px solid black;
border-radius: 10px;

  }

  
  .icon-row a {
    margin: 10px;
background-color: rgb(207, 205, 201);
  }
  
  .icon-row i {
    font-size: 25px;
background-color: rgb(240, 238, 235);
  }


  #qR{
   width: 40vw;
    background-color: #f2f0e8;
    padding: 10px;
    display: none;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

  }

  #qrcode{
    border: 1px solid black;
    width: fit-content;
    height: auto;
    font-size: 30px;
    position: absolute;
    top: 4rem;
    left: 62rem;
    color: #C5B935;
    padding: 2px 5px;
    border-radius: 20%;
    z-index: 200;
  }

  #qR img{
    height: 400px;
    margin:0 15%;
    border-radius: 10px;
    
  }

  #qR i{
    position: absolute;
    top: 3%;
    left: 33rem;
    padding: 2px;
    border: 1px solid black ;
  }


  #qR p{
       font-size: 19px;
       color: black;
       background-color: #f2f0e8;
  }
  #redirect button a,#copy-link-btn {
    padding: 5px;
    background-color: #C5B935;
    color: black;
    border-radius: 10px;
    border: 1px solid black;
  }

  #redirect button a{
    text-decoration: none;
  }

  #redirect button{
    border: none;
    float: right;
  }

  #copy-link-btn{
    margin-left: 40%;
  }

  h3{
    text-align: center;
    text-decoration: underline;
  }

  .blurred-background {
    filter: blur(5px);
  }

  @media screen and (320px <= width <= 480px){
    
    #logoDiv img{
        height: 70px;
        width: 270px;
    }
    #contact{
        line-height: 1.3;
    padding: 8px;
    margin: 10px auto;
    max-width: 400px;
    }

    h2{
        margin-bottom: 5px;
    }
    p{
        margin-bottom: 5px;
    }

    .contact-info{
        margin-top: 10px;
    }
    .contact-info h3{
        margin-bottom: 8px;
    }

    h2{
        font-size: 20px;
    }

li{
    margin: 5px 0;
}

.icon-row{
margin: 3px;
}


.icon-row a{
    margin: 5px;
}

.icon-row i{
    font-size: 16px;
}

#qR{
    width: 100vw;
    height: 75vh;
}
#qrcode{
    left: 20.9rem;
    top: 2rem;
}

#qR img{
    height: 260px;
}

#qR i{
    left: 23rem;
}
#qR p{
    font-size: 16px;
}

#copy-link-btn{
margin-left: 35%;
}

  }