.gfx{
  width: 100%;
}

.step1{
 
  text-align: center;
}

.buttons{
  display: block;
  
  text-align:center;

  
}

.buttons div{
  
  padding-top: 10px;
  padding-bottom: 10px;
  width: 110px;
  background-color: cornflowerblue;
  border: #000000;
  text-align:center;
  display:inline-block;
  border-radius: 9px;
  
  
  color: white;
  font-weight: bold;
  letter-spacing: .2em;
  margin-top: 5px;
  
  
}

.buttons a {
  color: aliceblue;
  text-decoration-line: none
}