body {
  background-color: #383428;
  color: white;
  }
  .text,
  .select,
  #result,
  #resultTime,
  p,
  .timeSelector,
  #conteinerBtn {
    display: flex;
  }
  .text,
  .select {
    flex-direction: row;
    justify-content: space-evenly;
    text-align-last: center;
  }
  #result,
  #resultTime,
  p {
    flex-direction: row;
    justify-content: center;
    padding: 10px;
  }
  #result,
  #resultTime,
  #resultFdp,
  #resultExt {
    color:white;
    font-size: 25pt;
    text-align: center;
  }
  .timeSelector {
    flex-direction: row;
    justify-content: center;
    text-align-last: center;
  }
  #containerBtn {
    text-align: center;
    margin: auto;
    
  }
  #alert {
    position: absolute;
    bottom: 90;
    right: 0;
    border-radius: 50%;
    background-color:#0E8BB8;
  }
  .backLink {
    display: flex;
    color: rgba(255,255,255,1.8);
    text-decoration: none;
    text-shadow: 0 0 1px rgb(3,43,58);
    padding: .4em;
    margin: 10px;
    justify-content: center;
    align-items: center;
    background: #0E8BB8 linear-gradient(#0A5E7D, #0E8BB8);
    box-shadow:
     0 15px 12px -12px rgb(0,0,0),
     0 -2px 0 -1px rgb(20,110,140),
     0 -4px 0 -2px rgb(18,108,138),
     0 -6px 0 -3px rgb(16,106,136),
     0 -8px 0 -4px rgb(14,104,134),
     0 -10px 0 -5px rgb(12,102,132),
     0 -12px 0 -6px rgb(10,100,130);
  }
  option, select{
    background-color:#0E8BB8;
    border-color: #0E8BB8;
  }
  
  #addBtn, #addBtnTwo{
    
    color: rgba(255,255,255,1.8);
    text-decoration: none;
    text-shadow: 0 0 1px rgb(3,43,58);
    padding: .4em;
    margin: 10px;
    justify-content: center;
    align-items: center;
    background: #0E8BB8 linear-gradient(#0A5E7D, #0E8BB8);
    box-shadow:
     0 15px 12px -12px rgb(0,0,0),
     0 -2px 0 -1px rgb(20,110,140),
     0 -4px 0 -2px rgb(18,108,138),
     0 -6px 0 -3px rgb(16,106,136),
     0 -8px 0 -4px rgb(14,104,134),
     0 -10px 0 -5px rgb(12,102,132),
     0 -12px 0 -6px rgb(10,100,130);  
  }
  button{
    border: none;
  }