.h1 {
    text-align: center;
    background-color: #FBCEB1;
    margin: auto;
    width: 67%;
    border: 5px solid #9DAADE;
    padding: 10px;
}

.inline-flex {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
}

.center {
    text-align: center;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
