html {
    background: #73C5FF;
}
* {
  font-family: Arial, Helvetica, sans-serif;
}
.entirety {
    margin-top: 3%;
}

.entiretyCentered {
    background-color: #ffffff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(56 56 56 / 80%);
    box-shadow: 0px 0px 6px 0px rgb(56 56 56 / 80%);
    float: initial;
    margin: 0 auto;
    position: relative;
    top: 3%;
    max-width: 920px;
    width: 90%;
    height: auto;
    text-align: center;
}

.topimg {
    text-align: center;
    border-bottom: 3px solid #73C5FF;
}

.topimg>img {
    height: 5vh;
}

.maintain>div {
    background: linear-gradient( 90deg, #c96f2e 0%, #af190a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5vh;
    font-weight: bold;
    padding: 15% 0;
}