@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.stack-vertical {
    display:flex;
    flex-direction: column;
    //background-color: #34ace0;
    color: black;
    align-items: center;
}

.stack-horizontal {
    display: flex;
    flex-direction: row;
    gap:20px;
    //background-color: #227093;
    color: black;
    justify-content: center;
}
