.call {
  height: 369px;
  width: 189px;
  background: #efe7e3;
  border: 4px solid rgb(50, 188, 173);
  padding: 5px 15px;
}
table {
  display: flex;
  margin: 10px 10px 0;
}

div#header_call:hover {
  cursor: pointer;
}
div#header_call:before {
  content: "x";
  color: #32bcad;
  font-size: 17px;
  font-weight: 700;
}
div#header_call {
  width: auto;
  height: 10px;
  position: fixed;
  right: 32px;
}

.displ {
  width: 100%;
  height: 75px;
}
button {
  background-color: #32bcad;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #32bcad;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 15px 20px;
  text-decoration: none;
  text-shadow: 4px 0px 6px #2f6627;
}
button:hover {
  background-color: rgba(1, 89, 164, 0.72);
}
button:active {
  position: relative;
  /*top:1px;*/
}
button:focus {
  outline: none;
}
#start_call {
  background-color: #2d981e;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 50px;
  border: 1px solid #2d981e;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 15px 68px;
  text-decoration: none;
  text-shadow: 4px 0px 6px #2f6627;
}
#start_call:hover {
  background-color: rgba(1, 89, 164, 0.72);
}
#start_call:active {
  position: relative;
  margin-top: 90px;
}
#start_call:focus {
  outline: none;
}

#start_call:before {
  content: url("../img/phone.png");
}

#end_call {
  background-color: rgba(243, 95, 9, 0.8901960784313725);
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 50px;
  border: 1px solid rgba(243, 95, 9, 0.8901960784313725);
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 17px;
  padding: 15px 68px;
  text-decoration: none;
  text-shadow: 4px 0px 6px #2f6627;
}
#end_call:hover {
  background-color: rgba(1, 89, 164, 0.72);
}
#end_call:active {
  position: relative;
  top: 1px;
}
#end_call:focus {
  outline: none;
}

#end_call:before {
  content: url("../img/end_phone.png");
}

.displ {
  display: flex;
  justify-content: space-around;
  height: 72px;
}
.displ span {
  margin-bottom: 0px;
  margin-top: 25px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  color: black;
  width: 100%;
  height: 27px;
  text-align: center;
  padding-top: 8px;
  font-family: Arial;
}
.call table {
  display: none;
}
.buttons {
  height: 278px;
  width: 189px;
  background: #efe7e3;
  text-align: center;
}
.buttons #start_call {
  position: relative;
  margin-top: 90px;
}
