body {
    margin: 0;
    background: gainsboro;
}

.head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    width: 100vw;
    background-image: url(https://cdn.pictocord.ml/images/banner-no-txt.png);
    background-position: center;
    background-size: cover;
    image-rendering: pixelated;
}

.head div {
    background: rgb(0, 0, 0, 100%);
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
}

.head div h1 {
    -webkit-user-select: none;       
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-family: 'NDS BIOS';
    line-height: normal;
    display: inline-block;
    font-size: 20rem;
    font-weight: 600;
    margin: 0;
}

.shiny {
    filter: blur(16px);
}

article {
    text-align: center;
    font-size: larger;
    font-family: 'Product Sans Regular';
}

.ro {
    margin-top: 10px;
    background: linear-gradient(135deg, rgba(241,39,17,1) 0%, rgba(245,175,25,1) 100%);
    background: -webkit-linear-gradient(315deg, rgba(241,39,17,1) 0%, rgba(245,175,25,1) 100%);
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: -webkit-xxx-large;
}

.ro a {
    background: linear-gradient(0deg, rgb(0, 0, 255) 0%, rgb(0, 0, 255) 0%);
    background: -webkit-linear-gradient(180deg, rgb(0, 0, 255) 0%, rgb(0, 132, 255) 100%);
    text-decoration: underline !important;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: -webkit-xxx-large;
}


@media screen and (max-width: 1270px) {
    .head div h1 {
        font-size: 10rem;
    }
}

@media screen and (max-width: 645px) {
    .head div h1 {
        font-size: 8rem;
    }
}

@media screen and (max-width: 500px) {
    .head div h1 {
        font-size: 5rem;
    }
}