html,
body {
    width: 100%;
    height: 100%;
}

html {
    display: table;
    font-family: Lato, "Segoe UI", Avenir, Ubuntu, Tahoma, Verdana, Helvetica, sans-serif;
}

body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
      background-image: url('../../images/acomo_web_bg.jpg');
      background-size: cover; 
      background-position: center; 
      background-repeat: no-repeat; 
      background-attachment: fixed; 

}

h1 {
    font-size: 2em;
    font-weight: normal;
    text-transform: lowercase;
}

p {
    text-align: justify
}

svg {
    width: 100px;
    height: 100px;
}
.responsive {
  width: 100%;
  height: auto;
}


.center {
    width: 254px;
    height: 453px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow: auto;
    background-color: #FAF3ED;
    padding: 10px;
    border-radius: 20px;

}


.rmbox {
      display:grid;
      grid-template-columns: 100px 50px 100px;
      grid-gap: 1px;
}
.ds3{
      grid-column: span 3;
}

/* CSS */
button {
  appearance: none;
  background-color: #2ea44f;
  border: 1px solid rgba(27, 31, 35, .15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
}

button:focus:not(:focus-visible):not(.focus-visible) {
  box-shadow: none;
  outline: none;
}

button:hover {
  background-color: #2c974b;
}

button:focus {
  box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
  outline: none;
}
