html, body {
    margin: 0;
    height: 100%;
    font-display: swap;
    font-family: 'Trebuchet MS', 'OpenSans', 'Tahoma', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.no-webp .background {
    background-image: url('../images/elmorro.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    height: 100%;
    overflow: scroll;
}

.webp .background {
    background-image: url('../images/elmorro-40.webp');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100%;
    height: 100%;
    overflow: scroll;
}
.background-animation {
    background: linear-gradient(-45deg, rgb(00, 00, 00,0.5), rgba(255, 255 , 255, 0.2));
    background-size: 400% 400%;
    animation: gradient 7s ease infinite;
    padding-top: 10px;
    padding-bottom: 35px;
    min-height: calc(100% - 70px);
}

@keyframes gradient {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
}

:root {
    --accentColor: #E6E6E6;
    --delay: .3s;
}

.description, .source{
    color:white;
    font-display: swap;
    text-align:center;
    margin: 27px auto;
    margin-top:10px;
    width:90%;
    max-width: 500px;
}

.blurb, .source{
    color:white;
    font-display: swap;
    text-align:center;
    margin: 27px auto;
    margin-top:10px;
    width:90%;
    max-width: 500px;
}

.section-header, .source{
    color:white;
    font-weight: bold;
    font-display: swap;
    text-align:center;
    margin: 27px auto;
    margin-top:10px;
    width:90%;
    max-width: 500px;
    vertical-align: baseline;
}
.section-emphasis-text, .source{
    color:white;
    font-weight:lighter;
    font-style:italic;
    font-display:swap;
    text-align:center;
    margin:27px auto;
    margin-top:0px;
    width:90%;
    max-width:500px;
    vertical-align:text-top
}
.copyright-stuff{
    color: #E6E6E6;
    font-display: swap;
    font-size:x-small;
    margin-top:50px;
    text-align:center;
}

.disclaimery-text{
    color: #E6E6E6;
    font-size:small;
    font-family:monospace;
    font-display: swap;
    text-align:justify;
    margin: 27px auto;
    margin-top:50px;
    width:90%;
    max-width: 500px;
    padding: 8px;
    border: 1px #fff solid;
}

.no-webp .profilePicture, .profilePicture img {
    position: relative;
    width: 130px;
    height: 130px;
    display: block;
    margin: 10px auto 20px;
    border-radius: 20%;
}

.no-webp .profilePicture, .profilePicture img {
    position: relative;
    width: 130px;
    height: 130px;
    display: block;
    margin: 10px auto 20px;
    border-radius: 20%;
}
.userName {
    color: var(--accentColor);
    font-size: x-large;
    font-weight: bold;
    font-display: swap;
    line-height: 1.25;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.links {
    max-width: 675px;
    width: auto;
    display: block;
    margin: 27px auto;
    position: relative;
    background-color: transparent;
    color: var(--accentColor);
    text-align: center;
}

.merch-link {
    max-width: 675px;
    width: auto;
    display: block;
    margin: 27px auto;
    position: relative;
    background-color: transparent;
    color: var(--accentColor);
    text-align: center;
}
.flex-links {
    max-width: 675px;
    width: auto;
    display: flex;
    margin: 27px auto;
    justify-content: space-between;
    flex-wrap: wrap;
}

.link {
    position: relative;
    background-color: transparent;
    color: var(--accentColor);
    border: solid var(--accentColor) 2px;
    border-radius: 10px;
    font-size: 1rem;
    text-align: center;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.minilink {
    position: relative;
    background-color: transparent;
    color: var(--accentColor);
    border: solid var(--accentColor) 2px;
    border-radius: 10px;
    font-size: 1rem;
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    flex: 1;
    justify-content: center;
}

@media (hover: hover) {
    .link:hover {
        background-color: var(--accentColor);
        color: #000; /* Fallback for older browsers */
        color: rgba(0, 0, 0, 0.5);
    }
}

.link:active {
    background-color: var(--accentColor);
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.5);
}

@media (hover: hover) {
    .minilink:hover {
        background-color: var(--accentColor);
        color: #000; /* Fallback for older browsers */
        color: rgba(0, 0, 0, 0.5);
    }
}

.minilink:active {
    background-color: var(--accentColor);
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.5);
}
.privacy-policy-section-header, .source{
    color:white;
    font-display: swap;
    text-align:left;
    margin: 27px auto;
    margin-top:10px;
    width:90%;
    max-width: 500px;
}