body {
  color: orange;
  background-color: rgb(26, 26, 26);
}

button {

  display: inline-block;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 3px;
  padding: 12px 24px;
  border: 0;
  color: #fff;
  background: #ff5000;
  line-height: 1.15;
  font-size: 16px;
  :hover {
    transition: all .1s ease;
    box-shadow: 0 0 0 0 #fff, 0 0 0 3px #1de9b6;
   }
                
}

h1 {
  font-family: 'Inter', sans-serif; 
  text-align: center;
}

#screen {
  width: 200px;
  height: 400px;
}