body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #712828;
    .my-img {
  width: 300px;
  height: auto;
  border-radius: 10px;
}

}
body {
  margin: 0;
  background-image: url("cricket.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
.whatsapp-float {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 55px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
  text-decoration: none;
  z-index: 1000;
}
.gmail-btn a {
  background-color: #3ca44a;
  color: white;
  padding: 1px 50px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  display: inline-block;
}


.whatsapp-float:hover {
  background-color: #1ebe5d;
}

}


header {
    background-color: #4caf60;
    color: rgb(14, 12, 12);
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: left;

  margin: 0;
  background-image: url("cc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;}


.logo {
    font-size: 4rem;
    font-weight:bolder;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

nav a {
    color: rgb(250, 247, 247);
    text-decoration: none;
    transition: color 0.3s;
}

nav a:hover {
    color: #ddd;
}

main {
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

section {
    margin-bottom: 2rem;
}

button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
}

button:hover {
    background-color: #2a1904;
}

form {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

input {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 1rem;
    
}


.social-links a {
    color: #4CAF50;
    text-decoration: none;
    margin: 0 0.5rem;
}

.social-links a:hover {
    text-decoration: underline;
}