body {
    margin:0;
    padding:0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight:300;
    font-style: normal;
}

#phone-form {
  display: flex; 
  flex-direction: column; 
  align-content: center;
  margin-top:35vh;
}
#execute-form {
  margin-top:25vh;
}

#phone-form.hide {
  display: none;
}

#execute-form.hide {
  display: none;
}
.phone {
  width:80px;
  height: 80px;
  border-radius: 50%;
  font-size: 2em;
  margin: 0 auto;
  text-align: center;
}
#timer {
    width: 200px;
    height: 50px;
    background-color: aquamarine;
    font-size: 20px;
    border-radius: 25px;
    margin:30px auto;
    text-align: center;
    display: flex;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    color:rgb(63, 8, 107);
    align-items: center;
  }

  #log-info {
    opacity: 0.5;
  }
