* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow: scroll;
  height: 100%;
  /* max-width: 500px; */
}
body {
  font-family: Arial, sans-serif;
  background-color: white;
  color: #333;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  height: 60px;
  width: 100%;
  /* background: darkgreen; */

  color: white;

  display: flex;
  align-items: center;
  gap: 20px;
}
.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  /* background-color: white; */
  border-radius: 50%;
}
.header img {
  height: 30px;
  padding-left: 20px;
}
.nav {
  font-weight: bold;
  width: 100%;
  display: flex;

  align-items: center;
  padding-right: 20px;
}
.nav p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.nav a {
  margin-left: auto;
  display: flex;

  align-items: center;
}
.nav img {
  width: 40px;
}
/* code of emergency div */
/*.emergency {*/
/*  background-color: #e6394a;*/
/*  width: 90%;*/
/*  margin-top: 30px;*/
/*  height: auto;*/
/*  border-radius: 20px;*/

/*  color: white;*/
/*  padding: 20px;*/
/*  text-align: center;*/
/*  font-weight: bold;*/
/*  gap: 20px;*/
/*}*/
.emergency img {
  width: 30px;
}
#timer {
  font-size: 13px;
  font-weight: bolder;
}
/*#timerBtn {*/
/*  margin-top: 25px;*/
/*  width: 98%;*/
/*  height: 70px;*/
/*  font-size: 16px;*/
/*  background-color: white;*/
/*  color: #e6394a;*/
/*  border: none;*/
/*  padding: 5px 10px;*/
/*  border-radius: 5px;*/
/*  cursor: pointer;*/
/*  font-weight: bold;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
#timerBtn img {
  width: 25px;
  margin-right: 10px;
}
#timerBtn:active {
  background-color: #f4f4f4;
}
/* the section with fake call and safety law is here */
#sec2 {
  margin-top: 25px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#sec2 button {
  width: 48%;
  height: 140px;
  font-size: 16px;
  /* background-color: #ff1010; */
  color: white;
  border: none;
  /*padding: 0px;*/
  border-radius: 13px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#sec2 button p {
  margin: 0;
  font-size: 9px;
}
#sec2 button img {
  width: 40px;
}
#fakecall {
  background-color: #008cff;
}
#law {
  background-color: #ac73ee;
}
/* new section containing contacts is here */
#contacts h2 {
  font-size: 15px;
  font-weight: bolder;
  color: #333;
  margin-left: 14px;
  margin-top: 14px;

  /* position: static;
  left: 20px;
 */
}
#contacts {
  /* display: flow-root */
  margin-top: 20px;
  width: 90%;
  height: fit-content;
  /* height: 9vh; */
  border: #f2f7f7a9 2px solid;
  border-radius: 5px;
  margin-bottom: 20px;
}
#contact-container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.contact {
  width: 90%;
  border: 1px solid #ddd;
  background-color: rgb(240, 240, 240);

  height: 50px;
  display: flex;
  align-items: center;
  padding: 17px;
  border-radius: 5px;
}
.contact img {
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact p {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin-left: 10px;
  font-size: 12px;
}
.call-icon {
  display: inline-block;
  margin-left: auto;
}
/*#footer {*/
/*  width: 100%;*/
/*  height: 60px;*/
/*  border-top: 1px solid #ddd;*/
/*  position: absolute;*/
/*  background-color: #1e2a38;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  !*padding: 0px;*!*/
/*  bottom: 0;*/
/*  padding: 0px 50px 0px 50px;*/
/*}*/
#footer img {
  width: 20px;
}
.ipc-section {
  margin-top: 20px;
  width: 90%;
  height: fit-content;
  border: #f2f7f7a9 2px solid;
  border-radius: 5px;
  margin-bottom: 100px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow: scroll;
  height: 100%;
  /* max-width: 500px; */
}
body {
  font-family: Arial, sans-serif;
  background-color: white;
  color: #333;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header {
  height: 60px;
  width: 100%;
  background: #1e2a38;
  color: white;

  display: flex;
  align-items: center;
  gap: 20px;
}
.logo {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*width: 90px;*/
  /*height: 60px;*/
  /* background-color: white; */
  /*border-radius: 50%;*/
  /*  border: 2px solid black;*/
  margin-top: 9px;
}
.header img {
  height: 90px;
  margin-top: 2px;
  /*position: sticky;*/
  /*top: px;*/
  /*top: 0px;*/
  /*left: 0px;*/
}
.nav {
  font-weight: bold;
  width: 100%;
  display: flex;

  align-items: center;
  padding-right: 20px;
}
.nav p {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.nav a {
  margin-left: auto;
  display: flex;

  align-items: center;
}
.nav img {
  width: 40px;
}
/* code of emergency div */
.emergency {
  background-color: #e6394a;
  width: 90%;
  margin-top: 30px;
  height: auto;
  border-radius: 20px;

  color: white;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  gap: 20px;
}
.emergency img {
  width: 30px;
}
#timer {
  font-size: 13px;
  font-weight: bolder;
}
#timerBtn {
  margin-top: 25px;
  width: 98%;
  height: 70px;
  font-size: 16px;
  background-color: white;
  color: #e6394a;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#timerBtn img {
  width: 25px;
  margin-right: 10px;
}
#timerBtn:active {
  background-color: #f4f4f4;
}
/* the section with fake call and safety law is here */
#sec2 {
  margin-top: 25px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
/*#sec2 button {*/
/*  width: 48%;*/
/*  height: 140px;*/
/*  font-size: 16px;*/
/*  !* background-color: #ff1010; *!*/
/*  color: white;*/
/*  border: none;*/
/*  !*padding: 0px;*!*/
/*  border-radius: 13px;*/
/*  cursor: pointer;*/
/*  font-weight: bold;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  gap: 10px;*/
/*}*/
#sec2 button p {
  margin: 0;
  font-size: 9px;
}
#sec2 button img {
  width: 40px;
}
#fakecall {
  background-color: #008cff;
}
#law {
  background-color: #bb86fc;
}
/* new section containing contacts is here */
#contacts h2 {
  font-size: 15px;
  font-weight: bolder;
  color: #333;
  margin-left: 14px;
  margin-top: 14px;

  /* position: static;
  left: 20px;
 */
}
#contacts {
  /* display: flow-root */
  margin-top: 20px;
  width: 90%;
  height: fit-content;
  /* height: 9vh; */
  border: #f2f7f7a9 2px solid;
  border-radius: 5px;
  margin-bottom: 20px;
}
#contact-container {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.contact {
  width: 90%;
  border: 1px solid #ddd;
  background-color: rgb(240, 240, 240);

  height: 50px;
  display: flex;
  align-items: center;
  padding: 17px;
  border-radius: 5px;
}
.contact img {
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact p {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin-left: 10px;
  font-size: 12px;
}
.call-icon {
  display: inline-block;
  margin-left: auto;
}
#footer {
  width: 100%;
  height: 60px;
  border-top: 1px solid #ddd;
  position: absolute;
  background-color: #1e2a38;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*padding: 0px;*/
  bottom: 0;
  padding: 0px 50px;
}
#footer img {
  width: 20px;
}
.ipc-section {
  margin-top: 20px;
  width: 90%;
  height: fit-content;
  border: #f2f7f7a9 2px solid;
  border-radius: 5px;
  margin-bottom: 100px;
}
