body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Courier New, Courier, monospace;
  font-size: 1px;
  background-image: url('images/backgroundv2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* background-color: black; */
}

.container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  height: 90vh;
  max-width: 600px;
  margin: 25px auto 0;
  padding: 25px;
  border: 0px;
}

.container p {
  color: #740041;
}

.logo {
  width: 75%; /* Adjust the width as per your requirements */
  max-width: 416px; /* Limit the maximum width to the original size (832px) */
  height: auto;
/*  background: url("images/irlogo.png");
  background-repeat: no-repeat;
  background-size: contain; */
}

.email {
  background: url("https://i.imgur.com/SOxa2xi.png") no-repeat;
  height: 60px;
  width: 300px;
  cursor: pointer;
}

.links {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.links a {
  margin: 0 10px;
  text-decoration: none;
  color: black;
}
