body{
margin: auto;
font-family: Arial, Helvetica, sans-serif;
}
.topbar {
position: relative;
margin: auto;
padding: 10px;
padding-top:0px;
width: 90%;
}
.imgBox, .imgBox-small {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
height: auto;
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.imgBox-small {
width: 100%;
object-fit: cover;
max-width: max-content;
}
.bar{
width: fit-content;
margin: auto;
}

.title, h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
h2{
    display: inline;
}


/* CSS */
.button-14 {
background-image: linear-gradient(#f7f8fa ,#e7e9ec);
border-color: #adb1b8 #a2a6ac #8d9096;
border-style: solid;
border-width: 1px;
border-radius: 3px;
box-shadow: rgba(255,255,255,.6) 0 1px 0 inset;
box-sizing: border-box;
color: #0f1111;
cursor: pointer;
display: inline-block;
font-family: "Amazon Ember",Arial,sans-serif;
font-size: 14px;
height: 29px;
font-size: 13px;
outline: 0;
overflow: hidden;
padding: 0 11px;
text-align: center;
text-decoration: none;
text-overflow: ellipsis;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
white-space: nowrap;
}

.button-14:active {
border-bottom-color: #a2a6ac;
}

.button-14:active:hover {
border-bottom-color: #a2a6ac;
}

.button-14:hover {
border-color: #a2a6ac #979aa1 #82858a;
}

.button-14:focus {
border-color: #e77600;
box-shadow: rgba(228, 121, 17, .5) 0 0 3px 2px;
outline: 0;
}
.tag {
position: relative;
bottom: 80px;
left:-webkit-calc(50% - 130px);
left:-moz-calc(50% - 130px);
left:calc(50% - 130px);
}



/* CSS */
.button-3 {
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: 20px;
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;
}

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

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

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

.button-3:disabled {
background-color: #94d3a2;
border-color: rgba(27, 31, 35, .1);
color: rgba(255, 255, 255, .8);
cursor: default;
}

.button-3:active {
background-color: #298e46;
box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}
.msgBox{
position: sticky;
margin: 1vh;
bottom: 480px;
left:20px;
width:400px;
background:rgba(225, 225, 225, .8);
box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.text-box{
padding: 1vw;
border-radius: 2vw;
background: rgb(204,221,226);
background: linear-gradient(176deg, rgba(204,221,226,0.9332107843137255) 0%, rgba(255,255,255,0) 85%, rgba(125,178,255,0.45702030812324934) 95%, rgba(138,235,255,0.43461134453781514) 100%);
}

hr{
margin: 2vh;
border: none;
}

.footer{
text-align: center;
margin-top: 2vh;
}
.footer a, .footer div{
margin: 0.25vw;
padding: 0.25vw;
}

.inline-icon{
width: 1em;
}